[Home] [Help]
440: (l_txn_act_id = 15 AND l_src_type_id = 7) OR
441: (l_txn_act_id = 22 AND l_src_type_id = 8))
442: )
443: then
444: CST_TPRICE_PVT.Adjust_Acct(1.0, p_tprice_option => i_tprice_option, p_txf_price => i_txf_price,
445: p_txn_id => i_txn_id, p_cost_grp_id => l_cost_grp_id,
446: p_txf_cost_grp => l_txfr_cost_grp, p_item_id => l_item_id,
447: p_txn_date => l_txn_date, p_qty => l_p_qty, p_subinv => l_subinv,
448: p_txf_subinv => l_txf_subinv, p_txn_org_id => l_txn_org_id,
9255: (txn_act_id = 22 AND src_type_id = 8))
9256: AND tprice_option <> 0 )
9257: then
9258: -- {
9259: fnd_file.put_line(FND_FILE.LOG, 'Start calling CST_TPRICE_PVT.Adjust_Acct');
9260:
9261: CST_TPRICE_PVT.Adjust_Acct(1.0, p_tprice_option => tprice_option,
9262: p_txf_price => txf_price, p_txn_id => trans_id,
9263: p_cost_grp_id => cg_id, p_txf_cost_grp => txf_cg_id,
9257: then
9258: -- {
9259: fnd_file.put_line(FND_FILE.LOG, 'Start calling CST_TPRICE_PVT.Adjust_Acct');
9260:
9261: CST_TPRICE_PVT.Adjust_Acct(1.0, p_tprice_option => tprice_option,
9262: p_txf_price => txf_price, p_txn_id => trans_id,
9263: p_cost_grp_id => cg_id, p_txf_cost_grp => txf_cg_id,
9264: p_item_id => item_id, p_txn_date => txn_date,
9265: p_qty => p_qty, p_subinv => subinv, p_txf_subinv => txf_subinv,