DBA Data[Home] [Help]

APPS.AR_IREC_PAYMENTS dependencies on IBY_FNDCPT_PAYER_ASSGN_INSTR_V

Line 588: iby_fndcpt_payer_assgn_instr_v

584: ( arc.creation_method_code = 'AUTOMATIC' and
585: --Bug 4947418: Modified the following query as ar_customer_bank_accounts_v
586: --has been obsoleted in r12.
587: p_currcode in (select currency_code from
588: iby_fndcpt_payer_assgn_instr_v
589: where party_id=p_customer_id)))
590: */
591:
592:

Line 1816: FROM IBY_FNDCPT_PAYER_ASSGN_INSTR_V IBY

1812: p_account_holder_name IN VARCHAR2) RETURN NUMBER IS
1813:
1814: CURSOR cc_cur(instrument_id iby_creditcard.instrid%TYPE) is
1815: SELECT count(1) ca_exists
1816: FROM IBY_FNDCPT_PAYER_ASSGN_INSTR_V IBY
1817: WHERE IBY.instrument_id = instrument_id
1818: AND IBY.CARD_HOLDER_NAME <> p_account_holder_name;
1819:
1820: CURSOR ba_cur IS