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 2210: arp_ps_pkg.fetch_p( l_ps_id,

2206:
2207: -- the following should utimately be done with nowaitlock_fetch_p (but
2208: -- it didn't exist yet when this function was written and tested).
2209:
2210: arp_ps_pkg.fetch_p( l_ps_id,
2211: p_ps_rec);
2212:
2213: END get_ps_rec;
2214: