DBA Data[Home] [Help]

APPS.RCV_TRANSACTION_PROCESSOR dependencies on RCV_TRANSACTION_PROCESSOR

Line 1: PACKAGE BODY RCV_TRANSACTION_PROCESSOR AS

1: PACKAGE BODY RCV_TRANSACTION_PROCESSOR AS
2: /* $Header: RCVGTPB.pls 120.10.12010000.3 2008/10/24 09:39:20 sdpaul ship $ */
3:
4: TYPE FlagTabByVC IS TABLE OF VARCHAR2(1) INDEX BY VARCHAR2(256);
5:

Line 518: IF (RCV_TRANSACTION_PROCESSOR.get_acct_period_status(p_trx_date => l_rti_row.transaction_date,

514: BEGIN
515:
516: IF (l_fob_point = 2) THEN
517: asn_debug.put_line('Validating the INV accouting period for Organization :'||l_rti_row.from_organization_id);
518: IF (RCV_TRANSACTION_PROCESSOR.get_acct_period_status(p_trx_date => l_rti_row.transaction_date,
519: p_org_id => l_rti_row.from_organization_id)
520: NOT IN ('O', 'F')) THEN
521: asn_debug.put_line('INV accounting period is not opened for the source organization :'|| l_rti_row.from_organization_id);
522: x_error_message := 'PO_INV_NO_OPEN_PERIOD';

Line 1066: END RCV_TRANSACTION_PROCESSOR;

1062:
1063: asn_debug.put_line('Done with RVTTHIns');
1064: END RVTTHIns;
1065:
1066: END RCV_TRANSACTION_PROCESSOR;