DBA Data[Home] [Help]

APPS.PA_WORK_TYPE_UPGRADE dependencies on PO_DISTRIBUTIONS_ALL

Line 577: Po_Distributions_All PoDist,

573: decode(PoDist.destination_type_code, 'SHOP FLOOR', PoDist.Bom_Resource_Id, null) Wip_Resource_ID ,
574: 'DOLLARS' UOM ,
575: Temp.Pk1_Id
576: FROM Pa_Txn_Upgrade_Temp Temp,
577: Po_Distributions_All PoDist,
578: Po_Lines_All PoLine
579: WHERE Temp.Worker_Id = p_worker_id
580: AND Temp.Pk2_Id = PoDist.po_distribution_id
581: AND PoDist.Po_Line_Id = PoLine.Po_Line_Id