DBA Data[Home] [Help]

APPS.CSTPPPUR dependencies on CST_PAC_QUANTITY_LAYERS

Line 105: DELETE from cst_pac_quantity_layers

101: AND cost_group_id = i_cost_group_id;
102:
103: l_stmt_num := 70;
104:
105: DELETE from cst_pac_quantity_layers
106: WHERE cost_layer_id in (SELECT cost_layer_id
107: FROM cst_pac_item_costs
108: WHERE pac_period_id = i_pac_period_id
109: AND cost_group_id = i_cost_group_id);