DBA Data[Home] [Help]

APPS.CSD_UPDATE_PROGRAMS_PVT dependencies on MTL_TXN_REQUEST_LINES

Line 124: txn_source_id mtl_txn_request_lines.txn_source_id%type

120: lot_control_code mtl_system_items.lot_control_code%type,
121: requisition_number po_requisition_headers_all.segment1%type ,
122: source_org_name hr_all_organization_units.name%type ,
123: destination_org_name hr_all_organization_units.name%type ,
124: txn_source_id mtl_txn_request_lines.txn_source_id%type
125: );
126:
127: TYPE JOB_COMPLETION_Rec_Type IS RECORD
128: (

Line 7044: mtl_txn_request_lines trl

7040: po_requisition_headers_all prh,
7041: mtl_system_items mtl,
7042: hr_all_organization_units hao,
7043: hr_all_organization_units hao1,
7044: mtl_txn_request_lines trl
7045: where oel.header_id = p_ord_header_id
7046: and oel.line_id = dd.source_line_id
7047: and oel.header_id = dd.source_header_id
7048: and prl.requisition_header_id = prh.requisition_header_id

Line 7101: mtl_txn_request_lines trl

7097: po_requisition_headers_all prh,
7098: mtl_system_items mtl,
7099: hr_all_organization_units hao,
7100: hr_all_organization_units hao1,
7101: mtl_txn_request_lines trl
7102: where oel.line_id = dd.source_line_id
7103: and oel.header_id = dd.source_header_id
7104: and prl.requisition_header_id = prh.requisition_header_id
7105: and hao.organization_id = dd.organization_id