DBA Data[Home] [Help]

APPS.CSTPAVCP dependencies on CST_MOHRULES_PUB

Line 2805: cst_mohRules_pub.apply_moh(

2801: -- absorb only this level material overhead.
2802:
2803: l_stmt_num := 10;
2804: /* Changes for MOH Absorption Rules engine */
2805: cst_mohRules_pub.apply_moh(
2806: 1.0,
2807: p_organization_id => i_org_id,
2808: p_earn_moh =>l_earn_moh,
2809: p_txn_id => i_txn_id,

Line 4855: cst_mohRules_pub.apply_moh(

4851: -- Need to apply material overheads if standard org is receiving
4852: if (l_std_to_org =1) then
4853: l_stmt_num := 80;
4854: /* Changes for MOH Absorption engine */
4855: cst_mohRules_pub.apply_moh(
4856: 1.0,
4857: p_organization_id => l_std_org,
4858: p_earn_moh =>l_earn_moh,
4859: p_txn_id => i_txn_id,