DBA Data[Home] [Help]

APPS.CSTPCGUT dependencies on CST_QUANTITY_LAYERS

Line 547: FROM cst_quantity_layers

543:
544: IF l_cost_method <> 1 THEN
545: SELECT COUNT(*)
546: INTO x_change_allowed
547: FROM cst_quantity_layers
548: WHERE organization_id = p_organization_id
549: AND cost_group_id = p_cost_group_id
550: AND layer_quantity <> 0
551: AND rownum = 1;