DBA Data[Home] [Help]

APPS.ARP_ETAX_RECURR_UTIL dependencies on ZX_TRX_HEADERS_GT

Line 31: /* Private Procedure - Inserts headers into ZX_TRX_HEADERS_GT */

27: -- fnd_file.put_line(FND_FILE.LOG, text);
28: arp_debug.debug(text);
29: END;
30:
31: /* Private Procedure - Inserts headers into ZX_TRX_HEADERS_GT */
32: PROCEDURE insert_header(p_customer_trx_id IN NUMBER) IS
33:
34: BEGIN
35: IF PG_DEBUG in ('Y', 'C') THEN

Line 39: INSERT INTO ZX_TRX_HEADERS_GT

35: IF PG_DEBUG in ('Y', 'C') THEN
36: debug('arp_etax_recurr_util.insert_header()+');
37: END IF;
38:
39: INSERT INTO ZX_TRX_HEADERS_GT
40: (
41: internal_organization_id,
42: internal_org_location_id,
43: legal_entity_id,

Line 339: ZX_TRX_HEADERS_GT ZTH,

335: FROM
336: RA_CUSTOMER_TRX_LINES TL,
337: RA_CUSTOMER_TRX_LINES TL_ORIG,
338: RA_CUSTOMER_TRX T,
339: ZX_TRX_HEADERS_GT ZTH,
340: HZ_CUST_ACCOUNTS STCA,
341: HZ_CUST_ACCT_SITES STPS,
342: HZ_CUST_SITE_USES STCSU,
343: HZ_CUST_ACCOUNTS STCAH,