DBA Data[Home] [Help]

APPS.PO_INQ_SV dependencies on BOM_RESOURCES

Line 1173: from bom_resources

1169:
1170: cursor c3 is
1171: select resource_code,
1172: unit_of_measure
1173: from bom_resources
1174: where resource_id = x_bom_resource_id and
1175: organization_id = x_destination_org_id ;
1176:
1177: BEGIN