DBA Data[Home] [Help]

APPS.ARP_PROGRAM_BR_REMIT dependencies on IBY_FNDCPT_TX_OPERATIONS

Line 1224: iby_fndcpt_tx_operations op

1220: Begin
1221: SELECT decode(summ.status, NULL, 'N', 'Y') AUTHORIZED_FLAG
1222: into l_auth_flag
1223: FROM iby_trxn_summaries_all summ,
1224: iby_fndcpt_tx_operations op
1225: WHERE summ.transactionid = op.transactionid
1226: AND reqtype = 'ORAPMTREQ'
1227: AND status IN(0, 100)
1228: AND trxntypeid IN(2, 3, 20)