DBA Data[Home] [Help]

APPS.OE_VERSION_HISTORY_UTIL dependencies on IBY_PMT_INSTR_USES_ALL

Line 119: iby_pmt_instr_uses_all u,

115: BEGIN
116: SELECT u.instrument_id
117: INTO l_instrument_id
118: FROM oe_payments op,
119: iby_pmt_instr_uses_all u,
120: iby_fndcpt_tx_extensions x
121: WHERE op.header_id = p_header_id
122: AND op.payment_type_code = 'CREDIT_CARD'
123: AND nvl(op.payment_collection_event, 'PREPAY') = 'INVOICE'