DBA Data[Home] [Help]

APPS.ARP_PROCESS_BR_REMIT dependencies on ARP_PS_PKG

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

1230: APP_EXCEPTION.raise_exception;
1231: END IF;
1232:
1233: -- fetch the assigned trx payment schedule row
1234: ARP_PS_PKG.fetch_p(p_ps_id,l_ps_rec);
1235: l_br_amount := l_ps_rec.amount_due_remaining;
1236:
1237: IF (p_action_flag = 'D') THEN
1238: IF PG_DEBUG in ('Y', 'C') THEN