DBA Data[Home] [Help]

APPS.ARP_REVERSE_RECEIPT dependencies on ARP_PROCESS_HEADER

Line 1931: arp_process_header.insert_header( p_module_name,

1927: -- Removed TO_NUMBER( p_module_version ) as this causes problems
1928: -- in envrionments using different number formatting, e.g. Spain
1929: -- and Germany. Passing NULL instead as this functionality has
1930: -- not been implemented.
1931: arp_process_header.insert_header( p_module_name,
1932: NULL, -- p_module_version
1933: l_ct_rec, 'DM_REV', p_reversal_gl_date,
1934: NULL, l_comm_rec, l_trx_number,
1935: l_customer_trx_id,

Line 1957: -- arp_process_header.post_commit updates PS table

1953: -- trx_date, gl_date will be fetched from header record. Also need to pass
1954: -- Check which function updates PS table and the REVERSED_CASH_RECEIPT_ID
1955: -- column in PS table should get the l_cr_id value. Do not know which
1956: -- procedure arp_process_line.insert_line or
1957: -- arp_process_header.post_commit updates PS table
1958: -- in l_cr_id - dandy
1959: --
1960:
1961: IF PG_DEBUG in ('Y', 'C') THEN

Line 2015: arp_process_header.post_commit( p_module_name,

2011: -- in envrionments using different number formatting, e.g. Spain
2012: -- and Germany. Passing NULL instead as this functionality has
2013: -- not been implemented.
2014:
2015: arp_process_header.post_commit( p_module_name,
2016: NULL, -- p_module_version
2017: l_customer_trx_id,
2018: NULL, 'Y', NULL, NULL, 'A', NULL, NULL,
2019: l_cr_id );