DBA Data[Home] [Help]

APPS.IBY_SCHED dependencies on IBY_TRANS_FI_V

Line 4: procedure cardInfo (in_payerinstrid in iby_trans_fi_v.payerinstrid%type,

1: package iby_sched AUTHID CURRENT_USER as
2: /*$Header: ibyscfis.pls 120.2.12010000.2 2009/07/07 12:30:19 sugottum ship $*/
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,

Line 5: in_payeeid in iby_trans_fi_v.payeeid%type,

1: package iby_sched AUTHID CURRENT_USER as
2: /*$Header: ibyscfis.pls 120.2.12010000.2 2009/07/07 12:30:19 sugottum ship $*/
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,

Line 6: in_tangibleid in iby_trans_fi_v.tangibleid%type,

2: /*$Header: ibyscfis.pls 120.2.12010000.2 2009/07/07 12:30:19 sugottum ship $*/
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,

Line 20: procedure bankInfo (in_payerinstrid in iby_trans_fi_v.payerinstrid%type,

16: out_refinfo out nocopy iby_tangible.refinfo%type,
17: out_memo out nocopy iby_tangible.memo%type,
18: out_currency out nocopy iby_tangible.currencynamecode%type);
19:
20: procedure bankInfo (in_payerinstrid in iby_trans_fi_v.payerinstrid%type,
21: in_payeeid in iby_trans_fi_v.payeeid%type,
22: in_tangibleid in iby_trans_fi_v.tangibleid%type,
23: out_bankid_from out nocopy iby_ext_bank_accounts_v.bank_party_id%type,
24: out_branchid_from out nocopy iby_ext_bank_accounts_v.branch_party_id%type,

Line 21: in_payeeid in iby_trans_fi_v.payeeid%type,

17: out_memo out nocopy iby_tangible.memo%type,
18: out_currency out nocopy iby_tangible.currencynamecode%type);
19:
20: procedure bankInfo (in_payerinstrid in iby_trans_fi_v.payerinstrid%type,
21: in_payeeid in iby_trans_fi_v.payeeid%type,
22: in_tangibleid in iby_trans_fi_v.tangibleid%type,
23: out_bankid_from out nocopy iby_ext_bank_accounts_v.bank_party_id%type,
24: out_branchid_from out nocopy iby_ext_bank_accounts_v.branch_party_id%type,
25: out_acctid_from out nocopy iby_ext_bank_accounts_v.ext_bank_account_id%type,

Line 22: in_tangibleid in iby_trans_fi_v.tangibleid%type,

18: out_currency out nocopy iby_tangible.currencynamecode%type);
19:
20: procedure bankInfo (in_payerinstrid in iby_trans_fi_v.payerinstrid%type,
21: in_payeeid in iby_trans_fi_v.payeeid%type,
22: in_tangibleid in iby_trans_fi_v.tangibleid%type,
23: out_bankid_from out nocopy iby_ext_bank_accounts_v.bank_party_id%type,
24: out_branchid_from out nocopy iby_ext_bank_accounts_v.branch_party_id%type,
25: out_acctid_from out nocopy iby_ext_bank_accounts_v.ext_bank_account_id%type,
26: out_accttype_from out nocopy iby_accttype.accttype%type,