DBA Data[Home] [Help]

APPS.POR_RCV_ORD_SV dependencies on RCV_SHIPMENT_HEADERS_S

Line 1400: X_shipment_header_id rcv_shipment_headers.shipment_header_id%type;

1396: X_receipt_num rcv_shipment_headers.receipt_num%type;
1397: X_created_by rcv_shipment_headers.created_by%type;
1398: X_last_update_login rcv_shipment_headers.last_update_login%type;
1399: X_count number := 0;
1400: X_shipment_header_id rcv_shipment_headers.shipment_header_id%type;
1401: X_employee_id rcv_shipment_headers.employee_id%type := 0;
1402: X_request_id rcv_shipment_headers.request_id%type := 0;
1403:
1404: X_pgm_app_id rcv_shipment_headers.program_application_id%type := 0;

Line 1475: SELECT rcv_shipment_headers_s.nextval

1471: END LOOP;
1472:
1473: /* Get the shipment Header id */
1474:
1475: SELECT rcv_shipment_headers_s.nextval
1476: INTO X_shipment_header_id
1477: FROM sys.dual;
1478:
1479: