DBA Data[Home] [Help]

APPS.IBY_EXT_BANKACCT_PUB dependencies on IBY_PMT_INSTR_USES_ALL

Line 1213: FROM iby_pmt_instr_uses_all instrument,

1209: AND party_id = p_branch_id;
1210:
1211: CURSOR c_supplier(p_acct_id NUMBER) IS
1212: SELECT owners.account_owner_party_id
1213: FROM iby_pmt_instr_uses_all instrument,
1214: IBY_ACCOUNT_OWNERS owners,
1215: iby_external_payees_all payees
1216: WHERE
1217: owners.primary_flag = 'Y' AND

Line 1989: FROM iby_pmt_instr_uses_all instrument,

1985: AND BRANCH_PARTY_ID = p_branch_id;
1986:
1987: CURSOR c_supplier(p_acct_id NUMBER) IS
1988: SELECT owners.account_owner_party_id
1989: FROM iby_pmt_instr_uses_all instrument,
1990: IBY_ACCOUNT_OWNERS owners,
1991: iby_external_payees_all payees
1992: WHERE
1993: owners.primary_flag = 'Y' AND