DBA Data[Home] [Help]

APPS.CST_PAC_ITERATION_PROCESS_PVT dependencies on CSTPPINV

Line 1185: l_cost_layer_id_tbl CSTPPINV.t_cost_layer_id_tbl;

1181: TYPE t_txn_category_tbl IS TABLE OF CST_PAC_PERIOD_BALANCES.txn_category%TYPE
1182: INDEX BY BINARY_INTEGER;
1183: l_last_txn_id_tbl t_txn_id_tbl;
1184: l_txn_category_tbl t_txn_category_tbl;
1185: l_cost_layer_id_tbl CSTPPINV.t_cost_layer_id_tbl;
1186:
1187: l_period_quantity NUMBER;
1188: l_period_balance NUMBER;
1189: l_cg_idx BINARY_INTEGER;

Line 3815: IF (CSTPPINV.l_item_id_tbl.COUNT >= 1000) THEN

3811: END IF;
3812:
3813: -- insert into cppb for 1000 inventory items
3814: l_error_num := 0;
3815: IF (CSTPPINV.l_item_id_tbl.COUNT >= 1000) THEN
3816: CSTPPWAC.insert_into_cppb(i_pac_period_id => p_period_id
3817: ,i_cost_group_id => p_cost_group_id
3818: ,i_txn_category => l_txn_category
3819: ,i_user_id => FND_GLOBAL.user_id

Line 3839: CSTPPINV.cost_inv_txn( i_pac_period_id => p_period_id

3835:
3836: IF l_error_num = 0 THEN
3837:
3838: -- Invoke PAC inventory cost processor
3839: CSTPPINV.cost_inv_txn( i_pac_period_id => p_period_id
3840: , i_legal_entity => p_legal_entity_id
3841: , i_cost_type_id => p_cost_type_id
3842: , i_cost_group_id => p_cost_group_id
3843: , i_cost_method => p_cost_method

Line 4041: IF (CSTPPINV.l_item_id_tbl.COUNT > 0) THEN

4037: -- ======================================================
4038: l_error_num := 0;
4039:
4040:
4041: IF (CSTPPINV.l_item_id_tbl.COUNT > 0) THEN
4042: CSTPPWAC.insert_into_cppb(i_pac_period_id => p_period_id
4043: ,i_cost_group_id => p_cost_group_id
4044: ,i_txn_category => l_txn_category
4045: ,i_user_id => FND_GLOBAL.user_id

Line 4288: IF (CSTPPINV.l_item_id_tbl.COUNT >= 1000) THEN

4284:
4285: -- insert into cppb for 1000 inventory items
4286: l_error_num := 0;
4287:
4288: IF (CSTPPINV.l_item_id_tbl.COUNT >= 1000) THEN
4289: CSTPPWAC.insert_into_cppb(i_pac_period_id => p_period_id
4290: ,i_cost_group_id => p_cost_group_id
4291: ,i_txn_category => l_txn_category
4292: ,i_user_id => FND_GLOBAL.user_id

Line 4312: CSTPPINV.cost_inv_txn( i_pac_period_id => p_period_id

4308:
4309: IF l_error_num = 0 THEN
4310:
4311: -- Invoke PAC inventory cost processor
4312: CSTPPINV.cost_inv_txn( i_pac_period_id => p_period_id
4313: , i_legal_entity => p_legal_entity_id
4314: , i_cost_type_id => p_cost_type_id
4315: , i_cost_group_id => p_cost_group_id
4316: , i_cost_method => p_cost_method

Line 4506: IF (CSTPPINV.l_item_id_tbl.COUNT > 0) THEN

4502: -- Update CPPB
4503: -- ======================================================
4504: l_error_num := 0;
4505:
4506: IF (CSTPPINV.l_item_id_tbl.COUNT > 0) THEN
4507: CSTPPWAC.insert_into_cppb(i_pac_period_id => p_period_id
4508: ,i_cost_group_id => p_cost_group_id
4509: ,i_txn_category => l_txn_category
4510: ,i_user_id => FND_GLOBAL.user_id