DBA Data[Home] [Help]

APPS.OE_VERSION_HISTORY_UTIL dependencies on IBY_PMT_INSTR_USES_ALL

Line 72: iby_pmt_instr_uses_all u,

68: BEGIN
69: SELECT u.instrument_id
70: INTO l_instrument_id
71: FROM oe_payments op,
72: iby_pmt_instr_uses_all u,
73: iby_fndcpt_tx_extensions x
74: WHERE op.header_id = p_header_id
75: AND op.payment_type_code = 'CREDIT_CARD'
76: AND nvl(op.payment_collection_event, 'PREPAY') = 'INVOICE'