DBA Data[Home] [Help]

APPS.CST_PERIODIC_ABSORPTION_PROC dependencies on CST_PAC_PERIOD_BALANCES

Line 4043: FROM CST_PAC_PERIOD_BALANCES cppb

4039:
4040:
4041: SELECT max (txn_category)
4042: into l_txn_category
4043: FROM CST_PAC_PERIOD_BALANCES cppb
4044: WHERE cppb.pac_period_id= p_period_id
4045: AND cppb.cost_group_id =p_cg_tab(l_cg_idx).cost_group_id
4046: AND cppb.inventory_item_id = l_inventory_item_id;
4047:

Line 4162: FROM CST_PAC_PERIOD_BALANCES cppb

4158: ,p_prg_appid => p_prg_appid);
4159:
4160: SELECT max (txn_category)
4161: into l_txn_category
4162: FROM CST_PAC_PERIOD_BALANCES cppb
4163: WHERE cppb.pac_period_id= p_period_id
4164: AND cppb.cost_group_id =p_cg_tab(l_cg_idx).cost_group_id
4165: AND cppb.inventory_item_id = l_inventory_item_id;
4166: