DBA Data[Home] [Help]

APPS.CSTPPWRO dependencies on CSTPPACQ

Line 1369: CSTPPACQ.get_acq_cost(

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

Line 1471: CSTPPACQ.get_acq_cost(

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