DBA Data[Home] [Help]

APPS.POS_SBD_IBY_PKG dependencies on IBY_ACCOUNT_OWNERS

Line 1297: from iby_ext_bank_accounts act, iby_account_owners ow

1293: l_party_site_rec HZ_PARTY_SITE_V2PUB.PARTY_SITE_REC_TYPE;
1294:
1295: cursor l_cur_act_cur is
1296: select act.object_version_number, ow.account_owner_party_id
1297: from iby_ext_bank_accounts act, iby_account_owners ow
1298: where ow.ext_bank_account_id = act.ext_bank_account_id
1299: and act.ext_bank_account_id = l_ext_bank_account_id
1300: and ow.primary_flag = 'Y'
1301: and NVL(ow.end_date,SYSDATE+10)>SYSDATE

Line 1843: select count(*) from iby_ext_bank_accounts act, iby_account_owners o, pos_supplier_mappings pmap

1839: AND ((pos.account_request_id <> p_account_request_id and p_account_request_id is not null and
1840: pos.account_request_id is not null) OR (p_account_request_id is null));
1841:
1842: cursor dup_cur_act_cur is
1843: select count(*) from iby_ext_bank_accounts act, iby_account_owners o, pos_supplier_mappings pmap
1844: where o.ext_bank_account_id = act.ext_bank_account_id
1845: and (
1846: (act.currency_code = p_currency_code
1847: and act.currency_code is not null and p_currency_code is not null) OR