DBA Data[Home] [Help]

APPS.PO_INQ_SV dependencies on BOM_RESOURCES

Line 1227: from bom_resources

1223:
1224: cursor c3 is
1225: select resource_code,
1226: unit_of_measure
1227: from bom_resources
1228: where resource_id = x_bom_resource_id and
1229: organization_id = x_destination_org_id ;
1230:
1231: BEGIN