DBA Data[Home] [Help]

APPS.CSF_DEBRIEF_UPDATE_PKG dependencies on INV_RESERVATION_GLOBAL

Line 1252: l_reservation_rec inv_reservation_global.mtl_reservation_rec_type;

1248: and crl.requirement_header_id = crh.requirement_header_id
1249: and crld.requirement_line_id = crl.requirement_line_id
1250: and crld.source_type = 'RES';
1251:
1252: l_reservation_rec inv_reservation_global.mtl_reservation_rec_type;
1253: l_serial_number inv_reservation_global.serial_number_tbl_type;
1254: l_relieved_quantity NUMBER;
1255: l_remaining_quantity NUMBER;
1256: l_req_line_detail_id NUMBER;

Line 1253: l_serial_number inv_reservation_global.serial_number_tbl_type;

1249: and crld.requirement_line_id = crl.requirement_line_id
1250: and crld.source_type = 'RES';
1251:
1252: l_reservation_rec inv_reservation_global.mtl_reservation_rec_type;
1253: l_serial_number inv_reservation_global.serial_number_tbl_type;
1254: l_relieved_quantity NUMBER;
1255: l_remaining_quantity NUMBER;
1256: l_req_line_detail_id NUMBER;
1257: l_requirement_header_id number := null;