DBA Data[Home] [Help]

APPS.CSTPACDP dependencies on CST_QUANTITY_LAYERS

Line 5507: from cst_quantity_layers

5503: l_stmt_num := 25;
5504:
5505: select layer_id
5506: into l_layer_id
5507: from cst_quantity_layers
5508: where inventory_item_id = i_item_id
5509: and organization_id = i_org_id
5510: and cost_group_id = i_cost_grp_id;
5511:

Line 5913: from cst_quantity_layers where

5909: -- to select layer_id and join to it in mcacd.
5910:
5911: if (i_comm_iss_flag = 1) then
5912: select layer_id into l_layer_id
5913: from cst_quantity_layers where
5914: inventory_item_id = i_item_id and
5915: organization_id = i_org_id and
5916: cost_group_id = i_cost_grp_id;
5917: end if;