DBA Data[Home] [Help]

APPS.CSTPPWRO dependencies on CSTPPACQ

Line 1368: CSTPPACQ.get_acq_cost(

1364: -- cost of this osp receipt transaction.
1365: ------------------------------------------------------------
1366:
1367: l_stmt_num := 45;
1368: CSTPPACQ.get_acq_cost(
1369: i_cost_group_id => p_cost_group_id,
1370: i_cost_type_id => p_cost_type_id,
1371: i_txn_id => c_res_rec.txn_id,
1372: i_wip_inv_flag => 'W',

Line 1469: CSTPPACQ.get_acq_cost(

1465: -- Check if eAM entity and Direct Item txn
1466: IF (c_ent_rec.entity_type in (6,7) /* Also include closed WO for Actuals Bug 5366094 */
1467: AND c_res_rec.wip_txn_type = 17) THEN
1468:
1469: CSTPPACQ.get_acq_cost(
1470: i_cost_group_id => p_cost_group_id,
1471: i_cost_type_id => p_cost_type_id,
1472: i_txn_id => c_res_rec.txn_id,
1473: i_wip_inv_flag => 'W',