DBA Data[Home] [Help]

APPS.ARP_ETAX_AUTOINV_UTIL dependencies on ZX_TRANSACTION_LINES_GT

Line 199: /* Private Procedure - Inserts lines (not tax) into ZX_TRANSACTION_LINES_GT

195: RAISE;
196:
197: END insert_headers;
198:
199: /* Private Procedure - Inserts lines (not tax) into ZX_TRANSACTION_LINES_GT
200:
201: Dev Note:
202:
203: 1) Added outer joins to REC/gldist because the dists don't exist (yet) for

Line 230: INSERT INTO ZX_TRANSACTION_LINES_GT

226:
227: l_so_org_id := oe_profile.value('SO_ORGANIZATION_ID',
228: arp_global.sysparam.org_id);
229:
230: INSERT INTO ZX_TRANSACTION_LINES_GT
231: (
232: application_id,
233: entity_code,
234: event_class_code,

Line 590: UPDATE zx_transaction_lines_gt line

586: the line-level action to CREATE_WITH_TAX */
587: IF g_tax_lines_inserted > 0
588: THEN
589: /* set line level action */
590: UPDATE zx_transaction_lines_gt line
591: SET line_level_action = 'CREATE_WITH_TAX'
592: WHERE EXISTS
593: (SELECT 'manual tax line'
594: FROM ZX_IMPORT_TAX_LINES_GT tax

Line 769: /* Insert lines into ZX_TRANSACTION_LINES_GT */

765:
766: /* Insert lines into ZX_TRX_HEADERS_GT */
767: insert_headers(p_request_id, p_phase);
768:
769: /* Insert lines into ZX_TRANSACTION_LINES_GT */
770: insert_lines(p_request_id, p_phase);
771:
772: /* Detect Manual Tax Lines and stores (caches) results
773: in global variables. This will not do anything on subsequent