DBA Data[Home] [Help]

APPS.CSTPACDP dependencies on CST_QUANTITY_LAYERS

Line 5599: from cst_quantity_layers

5595: l_stmt_num := 25;
5596:
5597: select layer_id
5598: into l_layer_id
5599: from cst_quantity_layers
5600: where inventory_item_id = i_item_id
5601: and organization_id = i_org_id
5602: and cost_group_id = i_cost_grp_id;
5603:

Line 6005: from cst_quantity_layers where

6001: -- to select layer_id and join to it in mcacd.
6002:
6003: if (i_comm_iss_flag = 1) then
6004: select layer_id into l_layer_id
6005: from cst_quantity_layers where
6006: inventory_item_id = i_item_id and
6007: organization_id = i_org_id and
6008: cost_group_id = i_cost_grp_id;
6009: end if;