DBA Data[Home] [Help]

APPS.ARP_PROCESS_COMMITMENT dependencies on ARP_CTLS_PKG

Line 146: arp_ctls_pkg.insert_p(l_srep_rec,

142: l_srep_rec.revenue_salesgroup_id := arp_util.Get_Default_SalesGroup(p_salesrep_id, p_customer_trx_id);
143: l_srep_rec.revenue_amount_split := p_extended_amount;
144: l_srep_rec.revenue_percent_split := 100;
145:
146: arp_ctls_pkg.insert_p(l_srep_rec,
147: l_cust_trx_line_salesrep_id);
148:
149: END IF;
150:

Line 1168: arp_ctls_pkg.update_amounts_f_ctl_id(

1164: +-------------------------------------------------------------*/
1165:
1166: IF l_changed_flags_rec.extended_amount_changed_flag
1167: THEN
1168: arp_ctls_pkg.update_amounts_f_ctl_id(
1169: p_commitment_rec.customer_trx_line_id,
1170: p_commitment_rec.extended_amount,
1171: p_foreign_currency_code);
1172: