DBA Data[Home] [Help]

APPS.ARP_PROCESS_RETURNS dependencies on HZ_PARTIES

Line 435: l_party_id hz_parties.party_id%type;

431: l_new_ra_rec ar_receivable_applications%rowtype;
432: l_refunding BOOLEAN:=FALSE;
433: l_gdf_rec ar_receipt_api_pub.global_attribute_rec_type;
434: l_dff_rec ar_receipt_api_pub.attribute_rec_type;
435: l_party_id hz_parties.party_id%type;
436: BEGIN
437: IF PG_DEBUG in ('Y', 'C') THEN
438: arp_standard.debug('arp_process_returns.process_application_list()+ ');
439: END IF;