DBA Data[Home] [Help]

APPS.CTO_UPDATE_ITEMS_PK dependencies on CST_QUANTITY_LAYERS

Line 936: from cst_quantity_layers

932: and mp1.organization_id = bcso.organization_id
933: and MP1.Primary_cost_method = 2 -- Create only in Avg costing org
934: and NOT EXISTS
935: (select NULL
936: from cst_quantity_layers
937: where inventory_item_id = bcolu.config_item_id
938: and organization_id = bcso.organization_id);
939:
940: CURSOR c_bcolu_cfg IS

Line 1989: -- This costing API will insert a row into cst_quantity_layers

1985: FOR v_layer in c_layer
1986: LOOP
1987:
1988: --
1989: -- This costing API will insert a row into cst_quantity_layers
1990: -- for a unique layer_id and the given parameters.
1991: -- It will return 0 if failed, layer_id if succeeded
1992: --
1993: l_layer_id := cstpaclm.create_layer (

Line 2895: for using in insert to cst_quantity_layers

2891: begin
2892:
2893: /*--------------------------------------------+
2894: This is a function to get cost_group_id
2895: for using in insert to cst_quantity_layers
2896: +---------------------------------------------*/
2897:
2898: select nvl(costing_group_id,1)
2899: into l_cst_grp