DBA Data[Home] [Help]

APPS.IBY_PAYMENTMANAGERDB_PKG dependencies on IBY_BANKACCT

Line 96: p_aba_routing_no IN iby_bankacct.routingno%type

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

Line 105: p_bnf_routing_no IN iby_bankacct.routingno%type,

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

Line 145: p_aba_routing_no IN iby_bankacct.routingno%type

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

Line 154: p_bnf_routing_no IN iby_bankacct.routingno%type,

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

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

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

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

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