DBA Data[Home] [Help]

APPS.ARP_PROCESS_RETURNS dependencies on HZ_PARTIES

Line 438: l_party_id hz_parties.party_id%type;

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