DBA Data[Home] [Help]

APPS.IBY_PAYMENTMANAGERDB_PKG dependencies on IBY_CREDITCARD

Line 94: p_cc_num IN iby_creditcard.ccnumber%type

90: p_currency IN iby_trxn_summaries_all.currencynamecode%type default null,
91: p_payee_id IN iby_trxn_summaries_all.payeeid%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

Line 143: p_cc_num IN iby_creditcard.ccnumber%type

139: p_currency IN iby_trxn_summaries_all.currencynamecode%type default null,
140: p_payee_id IN iby_trxn_summaries_all.payeeid%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

Line 331: p_cc_num IN iby_creditcard.ccnumber%type default null,

327: p_currency IN iby_trxn_summaries_all.currencynamecode%type
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,