DBA Data[Home] [Help]

APPS.GMF_LOT_COSTING_PUB dependencies on RCV_SHIPMENT_HEADERS

Line 4211: -- DOC_ID is the SHIPMENT_HEADER_ID in rcv_shipment_headers

4207: (fnd_file.log,' Retrieving receipt details');
4208: END IF;
4209:
4210: -- The pointers in the inventory transaction link to the receipt as follows:
4211: -- DOC_ID is the SHIPMENT_HEADER_ID in rcv_shipment_headers
4212: -- LINE_ID is the TRANSACTION_ID in rcv_transactions
4213:
4214: -- From the row in rcv_transactions the po_unit_price (expressed in price_um so
4215: -- we need to convert it to item_um) is the source of the cost. There is also the

Line 4306: rcv_shipment_headers r,

4302: target_orgn_id,source_orgn_id, source_le_id, target_le_id, l_shipped_date
4303: FROM
4304: rcv_transactions t,
4305: mtl_material_transactions mmt,
4306: rcv_shipment_headers r,
4307: rcv_shipment_lines rsl,
4308: po_headers_all poh,
4309: hr_organization_information hoi1,
4310: hr_organization_information hoi2

Line 4344: rcv_shipment_headers r,

4340: target_orgn_id,source_orgn_id, source_le_id, target_le_id, l_shipped_date
4341: FROM
4342: rcv_transactions t,
4343: mtl_material_transactions mmt,
4344: rcv_shipment_headers r,
4345: rcv_shipment_lines rsl,
4346: po_headers_all poh,
4347: hr_organization_information hoi1,
4348: hr_organization_information hoi2