DBA Data[Home] [Help]

APPS.ARP_PROGRAM_BR_REMIT dependencies on IBY_FNDCPT_TX_OPERATIONS

Line 1207: iby_fndcpt_tx_operations op

1203: Begin
1204: SELECT decode(summ.status, NULL, 'N', 'Y') AUTHORIZED_FLAG
1205: into l_auth_flag
1206: FROM iby_trxn_summaries_all summ,
1207: iby_fndcpt_tx_operations op
1208: WHERE summ.transactionid = op.transactionid
1209: AND reqtype = 'ORAPMTREQ'
1210: AND status IN(0, 100)
1211: AND trxntypeid IN(2, 3, 20)