DBA Data[Home] [Help]

APPS.ARP_PROCESS_LINE dependencies on ARP_CTLS_PKG

Line 1598: THEN arp_ctls_pkg.update_amounts_f_ctl_id(p_customer_trx_line_id,

1594: | Update the salescredit lines associated with this transaction line |
1595: +---------------------------------------------------------------------*/
1596:
1597: IF ( l_amount_changed_flag = TRUE )
1598: THEN arp_ctls_pkg.update_amounts_f_ctl_id(p_customer_trx_line_id,
1599: l_new_line_rec.extended_amount,
1600: p_foreign_currency_code );
1601: END IF;
1602:

Line 1936: arp_ctls_pkg.delete_f_ctl_id( p_customer_trx_line_id );

1932: /*------------------------------------------------------+
1933: | Delete the salescredits associated with this line. |
1934: +------------------------------------------------------*/
1935:
1936: arp_ctls_pkg.delete_f_ctl_id( p_customer_trx_line_id );
1937:
1938:
1939: /*---------------------------------------------------+
1940: | Delete the account assignments and account sets |