DBA Data[Home] [Help]

APPS.AR_BILLS_MAINTAIN_STATUS_PUB dependencies on ARP_PS_PKG

Line 1042: arp_ps_pkg.fetch_p(l_ps_id, l_ps_rec);

1038:
1039: -- bug 2702173 : declare local variable to hold ps_id and pass it to fetch_p
1040: l_ps_id := l_ps_rec.payment_schedule_id;
1041:
1042: arp_ps_pkg.fetch_p(l_ps_id, l_ps_rec);
1043: ELSE
1044: IF PG_DEBUG in ('Y', 'C') THEN
1045: arp_util.debug ('Validate_actions: ' || 'There is no payment schedule for the BR');
1046: END IF;