DBA Data[Home] [Help]

APPS.ARP_PROCESS_BR_REMIT dependencies on ARP_PS_PKG

Line 1245: ARP_PS_PKG.fetch_p(p_ps_id,l_ps_rec);

1241: APP_EXCEPTION.raise_exception;
1242: END IF;
1243:
1244: -- fetch the assigned trx payment schedule row
1245: ARP_PS_PKG.fetch_p(p_ps_id,l_ps_rec);
1246: l_br_amount := l_ps_rec.amount_due_remaining;
1247:
1248: IF (p_action_flag = 'D') THEN
1249: IF PG_DEBUG in ('Y', 'C') THEN