DBA Data[Home] [Help]

APPS.IBY_DISBURSEMENT_COMP_PUB dependencies on IBY_EXT_BANK_ACCOUNTS_V

Line 238: IBY_EXT_BANK_ACCOUNTS_V b,

234: b.foreign_payment_use_flag,
235: b.payment_factor_flag,
236: b.eft_swift_code
237: FROM IBY_PMT_INSTR_USES_ALL ibyu,
238: IBY_EXT_BANK_ACCOUNTS_V b,
239: IBY_EXTERNAL_PAYEES_ALL ibypayee
240: WHERE ibyu.instrument_id = b.ext_bank_account_id
241: AND ibyu.instrument_type = 'BANKACCOUNT'
242: AND (b.currency_code = p_payment_currency OR b.currency_code is null)

Line 1937: IBY_EXT_BANK_ACCOUNTS_V b,

1933: b.foreign_payment_use_flag,
1934: b.payment_factor_flag,
1935: b.eft_swift_code
1936: FROM IBY_PMT_INSTR_USES_ALL ibyu,
1937: IBY_EXT_BANK_ACCOUNTS_V b,
1938: IBY_EXTERNAL_PAYEES_ALL ibypayee
1939: WHERE ibyu.instrument_id = b.ext_bank_account_id
1940: AND ibyu.instrument_type = 'BANKACCOUNT'
1941: AND (b.currency_code = p_payment_currency

Line 2392: IBY_EXT_BANK_ACCOUNTS_V b,

2388: b.foreign_payment_use_flag,
2389: b.payment_factor_flag,
2390: b.eft_swift_code
2391: FROM IBY_PMT_INSTR_USES_ALL ibyu,
2392: IBY_EXT_BANK_ACCOUNTS_V b,
2393: IBY_EXTERNAL_PAYEES_ALL ibypayee
2394: WHERE ibyu.instrument_id = b.ext_bank_account_id
2395: AND ibyu.instrument_type = 'BANKACCOUNT'
2396: AND (b.currency_code = p_payment_currency