DBA Data[Home] [Help]

APPS.ARP_TRX_DEFAULTS_3 dependencies on IBY_FNDCPT_PAYER_ASSGN_INSTR_V

Line 531: IBY_FNDCPT_PAYER_ASSGN_INSTR_V

527: /*AND ( arc.creation_method_code = 'MANUAL' or
528: ( arc.creation_method_code = 'AUTOMATIC' and
529: p_currency_code in (
530: select currency_code from
531: IBY_FNDCPT_PAYER_ASSGN_INSTR_V
532: where party_id = get_party_id(p_customer_id)
533: ))*/
534: -- AND aba.set_of_books_id = pg_set_of_books_id
535:

Line 2175: p_paying_site_use_id IN iby_fndcpt_payer_assgn_instr_v.acct_site_use_id%type,

2171: --Bug 5507178 To Default the Instrument Details for a transaction
2172:
2173: PROCEDURE get_instr_defaults(p_org_id IN ra_customer_trx.org_id%type,
2174: p_paying_customer_id IN ra_customer_trx.paying_customer_id%type,
2175: p_paying_site_use_id IN iby_fndcpt_payer_assgn_instr_v.acct_site_use_id%type,
2176: p_instrument_type IN iby_fndcpt_payer_assgn_instr_v.instrument_type%type,
2177: p_currency_code IN iby_fndcpt_payer_assgn_instr_v.currency_code%type ,
2178: p_instrument_assignment_id OUT NOCOPY iby_trxn_extensions_v.instr_assignment_id%type
2179:

Line 2176: p_instrument_type IN iby_fndcpt_payer_assgn_instr_v.instrument_type%type,

2172:
2173: PROCEDURE get_instr_defaults(p_org_id IN ra_customer_trx.org_id%type,
2174: p_paying_customer_id IN ra_customer_trx.paying_customer_id%type,
2175: p_paying_site_use_id IN iby_fndcpt_payer_assgn_instr_v.acct_site_use_id%type,
2176: p_instrument_type IN iby_fndcpt_payer_assgn_instr_v.instrument_type%type,
2177: p_currency_code IN iby_fndcpt_payer_assgn_instr_v.currency_code%type ,
2178: p_instrument_assignment_id OUT NOCOPY iby_trxn_extensions_v.instr_assignment_id%type
2179:
2180: )

Line 2177: p_currency_code IN iby_fndcpt_payer_assgn_instr_v.currency_code%type ,

2173: PROCEDURE get_instr_defaults(p_org_id IN ra_customer_trx.org_id%type,
2174: p_paying_customer_id IN ra_customer_trx.paying_customer_id%type,
2175: p_paying_site_use_id IN iby_fndcpt_payer_assgn_instr_v.acct_site_use_id%type,
2176: p_instrument_type IN iby_fndcpt_payer_assgn_instr_v.instrument_type%type,
2177: p_currency_code IN iby_fndcpt_payer_assgn_instr_v.currency_code%type ,
2178: p_instrument_assignment_id OUT NOCOPY iby_trxn_extensions_v.instr_assignment_id%type
2179:
2180: )
2181: IS