DBA Data[Home] [Help]

APPS.IBY_SCHED dependencies on IBY_CREDITCARD_V

Line 7: out_ccnumber_from out nocopy iby_creditcard_v.ccnumber%type,

3:
4: procedure cardInfo (in_payerinstrid in iby_trans_fi_v.payerinstrid%type,
5: in_payeeid in iby_trans_fi_v.payeeid%type,
6: in_tangibleid in iby_trans_fi_v.tangibleid%type,
7: out_ccnumber_from out nocopy iby_creditcard_v.ccnumber%type,
8: out_expdate_from out nocopy iby_creditcard_v.expirydate%type,
9: out_accttype_from out nocopy iby_accttype.accttype%type,
10: out_name out nocopy varchar2,
11: out_bankid_to out nocopy iby_ext_bank_accounts_v.bank_party_id%type,

Line 8: out_expdate_from out nocopy iby_creditcard_v.expirydate%type,

4: procedure cardInfo (in_payerinstrid in iby_trans_fi_v.payerinstrid%type,
5: in_payeeid in iby_trans_fi_v.payeeid%type,
6: in_tangibleid in iby_trans_fi_v.tangibleid%type,
7: out_ccnumber_from out nocopy iby_creditcard_v.ccnumber%type,
8: out_expdate_from out nocopy iby_creditcard_v.expirydate%type,
9: out_accttype_from out nocopy iby_accttype.accttype%type,
10: out_name out nocopy varchar2,
11: out_bankid_to out nocopy iby_ext_bank_accounts_v.bank_party_id%type,
12: out_branchid_to out nocopy iby_ext_bank_accounts_v.branch_party_id%type,