DBA Data[Home] [Help]

APPS.POS_BANK_PAYEE_BO_PKG dependencies on IBY_EXTERNAL_PAYEES_ALL

Line 81: FROM iby_external_payees_all payee, iby_pmt_instr_uses_all instr

77: instr.order_of_preference, -- Bug 13529064: add account details
78: instr.start_date,
79: instr.end_date) BULK COLLECT
80: INTO l_pos_bank_payee_bo_tbl
81: FROM iby_external_payees_all payee, iby_pmt_instr_uses_all instr
82: WHERE payee_party_id = l_party_id
83: AND payee.ext_payee_id = instr.ext_pmt_party_id (+); -- Bug 12903268: Associate bank account id with payee.
84:
85: x_pos_bank_payee_bo_tbl := l_pos_bank_payee_bo_tbl;