OracleAppsToday
All about Oracle Apps. API examples, Codes and tweaks, Commands, Tips and Tricks
Showing posts with label
Order Management
.
Show all posts
Showing posts with label
Order Management
.
Show all posts
Tuesday, November 18, 2014
Query to find Credit Card Type in EBS R12
›
To Check the Valid Credit Card Type in R12. Execute the query below. SELECT lookup_code, meaning, enabled_flag, star...
1 comment:
Thursday, August 7, 2014
Example : get_service_duration API in Oracle R12 Order Management
›
--It is always a good practice to initialize apps and set global policy context PROCEDURE get_service_duration ( p_serv_period ...
Monday, August 4, 2014
API to Reprice Order Total in Oracle R12.
›
-- Make Sure you initialize apps and set mo_global.set_policy_context PROCEDURE reprice_order (p_in_header_id IN NUMBER) IS ...
Friday, July 11, 2014
Creating a Price Adjustment to an Sales Order in Oracle R12
›
------------------------------------------------------------------------------------------------ --Query to Fetch ID's select * fro...
Thursday, July 3, 2014
Create a Salesrep in Oracle R12 from API
›
set serveroutput on; DECLARE v_api_version varchar2(100) := '1.0'; v_sales_credit_type_id number ...
›
Home
View web version