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.16.12020000.2 2012/07/10 09:26:46 ptkumar ship $ */
3:
4: TYPE FlagTabByVC IS TABLE OF VARCHAR2(1) INDEX BY VARCHAR2(256);
5:

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

583: BEGIN
584:
585: IF (l_fob_point = 2) THEN
586: asn_debug.put_line('Validating the INV accouting period for Organization :'||l_rti_row.from_organization_id);
587: IF (RCV_TRANSACTION_PROCESSOR.get_acct_period_status(p_trx_date => l_rti_row.transaction_date,
588: p_org_id => l_rti_row.from_organization_id)
589: NOT IN ('O', 'F')) THEN
590: asn_debug.put_line('INV accounting period is not opened for the source organization :'|| l_rti_row.from_organization_id);
591: x_error_message := 'PO_INV_NO_OPEN_PERIOD';

Line 1142: END RCV_TRANSACTION_PROCESSOR;

1138:
1139: asn_debug.put_line('Done with RVTTHIns');
1140: END RVTTHIns;
1141:
1142: END RCV_TRANSACTION_PROCESSOR;