DBA Data[Home] [Help]

APPS.ARP_APP_PKG dependencies on GL_CA_UTILITY_PKG

Line 804: l_ar_dist_key_value_list gl_ca_utility_pkg.r_key_value_arr;

800: CURSOR c_ra_rec IS select receivable_application_id
801: from ar_receivable_applications
802: where customer_trx_id = p_customer_trx_id;
803:
804: l_ar_dist_key_value_list gl_ca_utility_pkg.r_key_value_arr;
805:
806: BEGIN
807: arp_standard.debug( 'arp_app_pkg.delete_f_ct_id()+' );
808: FOR i IN c_ra_rec LOOP