DBA Data[Home] [Help]

APPS.CSTPCGUT dependencies on MTL_MATERIAL_TRANSACTIONS_TEMP

Line 563: FROM mtl_material_transactions_temp

559: l_statement := 30;
560:
561: SELECT COUNT(*)
562: INTO x_change_allowed
563: FROM mtl_material_transactions_temp
564: WHERE (
565: ( organization_id = p_organization_id
566: AND cost_group_id = p_cost_group_id
567: )