DBA Data[Home] [Help]

APPS.ARP_PROC_RCT_UTIL dependencies on ARP_PS_PKG

Line 108: arp_ps_pkg.insert_p(l_ps_rec, l_ps_id);

104: END IF ;
105:
106: --insert record into payment schedule table:
107:
108: arp_ps_pkg.insert_p(l_ps_rec, l_ps_id);
109:
110: p_ps_id := l_ps_id;
111:
112: IF PG_DEBUG in ('Y', 'C') THEN

Line 2225: arp_ps_pkg.fetch_p( l_ps_id,

2221:
2222: -- the following should utimately be done with nowaitlock_fetch_p (but
2223: -- it didn't exist yet when this function was written and tested).
2224:
2225: arp_ps_pkg.fetch_p( l_ps_id,
2226: p_ps_rec);
2227:
2228: END get_ps_rec;
2229: