DBA Data[Home] [Help]

APPS.CSD_UPDATE_PROGRAMS_PVT dependencies on MTL_TXN_REQUEST_LINES

Line 131: txn_source_id mtl_txn_request_lines.txn_source_id%type

127: lot_control_code mtl_system_items.lot_control_code%type,
128: requisition_number po_requisition_headers_all.segment1%type ,
129: source_org_name hr_all_organization_units.name%type ,
130: destination_org_name hr_all_organization_units.name%type ,
131: txn_source_id mtl_txn_request_lines.txn_source_id%type
132: );
133:
134: TYPE JOB_COMPLETION_Rec_Type IS RECORD
135: (

Line 7336: mtl_txn_request_lines trl

7332: po_requisition_headers_all prh,
7333: mtl_system_items mtl,
7334: hr_all_organization_units hao,
7335: hr_all_organization_units hao1,
7336: mtl_txn_request_lines trl
7337: where oel.header_id = p_ord_header_id
7338: and oel.line_id = dd.source_line_id
7339: and oel.header_id = dd.source_header_id
7340: and prl.requisition_header_id = prh.requisition_header_id

Line 7393: mtl_txn_request_lines trl

7389: po_requisition_headers_all prh,
7390: mtl_system_items mtl,
7391: hr_all_organization_units hao,
7392: hr_all_organization_units hao1,
7393: mtl_txn_request_lines trl
7394: where oel.line_id = dd.source_line_id
7395: and oel.header_id = dd.source_header_id
7396: and prl.requisition_header_id = prh.requisition_header_id
7397: and hao.organization_id = dd.organization_id