DBA Data[Home] [Help]

APPS.POR_RCV_ORD_SV dependencies on RCV_SHIPMENT_HEADERS_S

Line 1407: X_shipment_header_id rcv_shipment_headers.shipment_header_id%type;

1403: X_receipt_num rcv_shipment_headers.receipt_num%type;
1404: X_created_by rcv_shipment_headers.created_by%type;
1405: X_last_update_login rcv_shipment_headers.last_update_login%type;
1406: X_count number := 0;
1407: X_shipment_header_id rcv_shipment_headers.shipment_header_id%type;
1408: X_employee_id rcv_shipment_headers.employee_id%type := 0;
1409: X_request_id rcv_shipment_headers.request_id%type := 0;
1410:
1411: X_pgm_app_id rcv_shipment_headers.program_application_id%type := 0;

Line 1482: SELECT rcv_shipment_headers_s.nextval

1478: END LOOP;
1479:
1480: /* Get the shipment Header id */
1481:
1482: SELECT rcv_shipment_headers_s.nextval
1483: INTO X_shipment_header_id
1484: FROM sys.dual;
1485:
1486: