DBA Data[Home] [Help]

APPS.CSF_DEBRIEF_LINES_PKG dependencies on MTL_RESERVATIONS

Line 42: mtl_reservations mr

38: from csf_debrief_headers cdh,
39: csp_requirement_headers crh,
40: csp_requirement_lines crl,
41: csp_req_line_details crld,
42: mtl_reservations mr
43: where cdh.debrief_header_id = p_dbf_hdr_id
44: and crh.task_assignment_id = cdh.task_assignment_id
45: and crl.requirement_header_id = crh.requirement_header_id
46: and crld.requirement_line_id = crl.requirement_line_id