DBA Data[Home] [Help]

APPS.ARP_APP_PKG dependencies on GL_CA_UTILITY_PKG

Line 779: l_ar_dist_key_value_list gl_ca_utility_pkg.r_key_value_arr;

775: CURSOR c_ra_rec IS select receivable_application_id
776: from ar_receivable_applications
777: where customer_trx_id = p_customer_trx_id;
778:
779: l_ar_dist_key_value_list gl_ca_utility_pkg.r_key_value_arr;
780:
781: BEGIN
782: arp_standard.debug( 'arp_app_pkg.delete_f_ct_id()+' );
783: FOR i IN c_ra_rec LOOP