DBA Data[Home] [Help]

APPS.IBY_PAYMENTMANAGERDB_PKG dependencies on IBY_BANKACCT

Line 94: p_aba_routing_no IN iby_bankacct.routingno%type

90: default null,
91: p_cc_type IN VARCHAR2 default null,
92: p_cc_num IN iby_creditcard.ccnumber%type
93: default null,
94: p_aba_routing_no IN iby_bankacct.routingno%type
95: default null,
96: p_org_id IN iby_trxn_summaries_all.org_id%type
97: default null,
98: p_fin_app_type IN VARCHAR2 default null,

Line 103: p_bnf_routing_no IN iby_bankacct.routingno%type,

99: p_transaction_id_in IN iby_trxn_summaries_all.TransactionID%TYPE default null,
100: p_payment_operation_in IN VARCHAR2,
101: p_ecappid_in IN iby_ecapp.ecappid%type default null,
102: p_instr_subtype IN iby_trxn_summaries_all.instrsubtype%type default null,
103: p_bnf_routing_no IN iby_bankacct.routingno%type,
104: p_merchant_bank_country IN VARCHAR2,
105: p_factored_flag IN iby_trxn_summaries_all.factored_flag%type default null,
106: p_int_bank_acct_id IN NUMBER,
107: p_br_signed_flag IN iby_trxn_summaries_all.br_signed_flag%TYPE,

Line 142: p_aba_routing_no IN iby_bankacct.routingno%type

138: default null,
139: p_cc_type IN VARCHAR2 default null,
140: p_cc_num IN iby_creditcard.ccnumber%type
141: default null,
142: p_aba_routing_no IN iby_bankacct.routingno%type
143: default null,
144: p_org_id IN iby_trxn_summaries_all.org_id%type
145: default null,
146: p_fin_app_type IN VARCHAR2 default null,

Line 151: p_bnf_routing_no IN iby_bankacct.routingno%type,

147: p_transaction_id_in IN iby_trxn_summaries_all.TransactionID%TYPE default null,
148: p_payment_operation_in IN VARCHAR2,
149: p_ecappid_in IN iby_ecapp.ecappid%type default null,
150: p_instr_subtype IN iby_trxn_summaries_all.instrsubtype%type default null,
151: p_bnf_routing_no IN iby_bankacct.routingno%type,
152: p_factored_flag IN iby_trxn_summaries_all.factored_flag%type default null,
153: p_int_bank_acct_id IN NUMBER,
154:
155: p_br_signed_flag IN iby_trxn_summaries_all.br_signed_flag%TYPE,

Line 329: p_aba_routing_no IN iby_bankacct.routingno%type default null,

325: default null,
326: p_payee_id IN iby_trxn_summaries_all.payeeid%type default null,
327: p_cc_type IN VARCHAR2 default null,
328: p_cc_num IN iby_creditcard.ccnumber%type default null,
329: p_aba_routing_no IN iby_bankacct.routingno%type default null,
330: p_bnf_routing_no IN iby_bankacct.routingno%type default null,
331: p_org_id IN iby_trxn_summaries_all.org_id%type default null,
332: p_fin_app_type IN VARCHAR2 default null,
333: p_merchant_bank_country IN VARCHAR2,

Line 330: p_bnf_routing_no IN iby_bankacct.routingno%type default null,

326: p_payee_id IN iby_trxn_summaries_all.payeeid%type default null,
327: p_cc_type IN VARCHAR2 default null,
328: p_cc_num IN iby_creditcard.ccnumber%type default null,
329: p_aba_routing_no IN iby_bankacct.routingno%type default null,
330: p_bnf_routing_no IN iby_bankacct.routingno%type default null,
331: p_org_id IN iby_trxn_summaries_all.org_id%type default null,
332: p_fin_app_type IN VARCHAR2 default null,
333: p_merchant_bank_country IN VARCHAR2,
334: p_factor_flag IN iby_trxn_summaries_all.factored_flag%type,