DBA Data[Home] [Help]

APPS.CTO_UPDATE_ITEMS_PK dependencies on CST_QUANTITY_LAYERS

Line 1079: from cst_quantity_layers

1075: and mp1.organization_id = bcso.organization_id
1076: and MP1.Primary_cost_method = 2 -- Create only in Avg costing org
1077: and NOT EXISTS
1078: (select NULL
1079: from cst_quantity_layers
1080: where inventory_item_id = bcolu.config_item_id
1081: and organization_id = bcso.organization_id);
1082:
1083: CURSOR c_bcolu_cfg IS

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

2128: FOR v_layer in c_layer
2129: LOOP
2130:
2131: --
2132: -- This costing API will insert a row into cst_quantity_layers
2133: -- for a unique layer_id and the given parameters.
2134: -- It will return 0 if failed, layer_id if succeeded
2135: --
2136: l_layer_id := cstpaclm.create_layer (

Line 3064: for using in insert to cst_quantity_layers

3060: begin
3061:
3062: /*--------------------------------------------+
3063: This is a function to get cost_group_id
3064: for using in insert to cst_quantity_layers
3065: +---------------------------------------------*/
3066:
3067: select nvl(costing_group_id,1)
3068: into l_cst_grp