DBA Data[Home] [Help]

APPS.ARP_PROCESS_LINE dependencies on ARP_CTLS_PKG

Line 1612: THEN arp_ctls_pkg.update_amounts_f_ctl_id(p_customer_trx_line_id,

1608: | Update the salescredit lines associated with this transaction line |
1609: +---------------------------------------------------------------------*/
1610:
1611: IF ( l_amount_changed_flag = TRUE )
1612: THEN arp_ctls_pkg.update_amounts_f_ctl_id(p_customer_trx_line_id,
1613: l_new_line_rec.extended_amount,
1614: p_foreign_currency_code );
1615: END IF;
1616:

Line 1950: arp_ctls_pkg.delete_f_ctl_id( p_customer_trx_line_id );

1946: /*------------------------------------------------------+
1947: | Delete the salescredits associated with this line. |
1948: +------------------------------------------------------*/
1949:
1950: arp_ctls_pkg.delete_f_ctl_id( p_customer_trx_line_id );
1951:
1952:
1953: /*---------------------------------------------------+
1954: | Delete the account assignments and account sets |