Doyen System Pvt. Ltd.
Tuesday, 18 October 2016
›
How to programmatically close PO using PO_ACTIONS API PO_ACTIONS.CLOSE_PO is the API used to programmatically close/final close Purch...
3 comments:
Monday, 17 October 2016
Create Bulk GL Code Combinations Using API
›
DECLARE CURSOR c1 IS SELECT a.rowid row_id,a.* FROM temp_gl_code a WHERE process_flag= 'N'; l_...
2 comments:
Friday, 14 October 2016
Sales Order details with India Localization tax
›
SELECT h.header_id header_id, party.party_name sold_to, h.order_number order_number, NVL (TO_CHAR (h.ordered_date, 'DD-...
1 comment:
Query to get opening,purchasing,receive,sales and closing quantity of items
›
SELECT * FROM (SELECT b.item_code, b.item_description item_description, b.primary_uom, b.sub_inventory, b.LOCATOR, ...
‹
›
Home
View web version