DBA Data[Home] [Help]

APPS.RCV_SHIPMENT_OBJECT_SV dependencies on RCV_HEADERS_INTERFACE

Line 35: select * from rcv_headers_interface

31: error_text varchar2(255);
32:
33: /* ksareddy 2506961 - support for parallel processing of RVCTP */
34: cursor c1 (x_request_id number, x_group_id NUMBER) is
35: select * from rcv_headers_interface
36: where NVL(asn_type,'STD') in ('ASN','ASBN','STD')
37: and processing_status_code in ('RUNNING')
38: and nvl(validation_flag,'N') = 'Y'
39: and processing_request_id = x_request_id

Line 89: in the rcv_headers_interface and rcv_transactions_interface tables.

85:
86: DESCRIPTION: Creates the receiving shipment object, namely new rows in the
87: RCV_SHIPMENT_HEADERS and RCV_SHIPMENT_LINES tables. Prior to
88: insert, create_object() will derive, default and validate columns
89: in the rcv_headers_interface and rcv_transactions_interface tables.
90:
91: PARAMETERS:
92:
93: x_request_id: The group of rows that this submission of the