DBA Data[Home] [Help]

APPS.IBY_SCHED dependencies on IBY_TANGIBLE

Line 15: out_acctno out nocopy iby_tangible.acctno%type,

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,
13: out_acctid_to out nocopy iby_ext_bank_accounts_v.ext_bank_account_id%type,
14: out_accttype_to out nocopy iby_accttype.accttype%type,
15: out_acctno out nocopy iby_tangible.acctno%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:

Line 16: out_refinfo out nocopy iby_tangible.refinfo%type,

12: out_branchid_to out nocopy iby_ext_bank_accounts_v.branch_party_id%type,
13: out_acctid_to out nocopy iby_ext_bank_accounts_v.ext_bank_account_id%type,
14: out_accttype_to out nocopy iby_accttype.accttype%type,
15: out_acctno out nocopy iby_tangible.acctno%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,

Line 17: out_memo out nocopy iby_tangible.memo%type,

13: out_acctid_to out nocopy iby_ext_bank_accounts_v.ext_bank_account_id%type,
14: out_accttype_to out nocopy iby_accttype.accttype%type,
15: out_acctno out nocopy iby_tangible.acctno%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,

Line 18: out_currency out nocopy iby_tangible.currencynamecode%type);

14: out_accttype_to out nocopy iby_accttype.accttype%type,
15: out_acctno out nocopy iby_tangible.acctno%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,

Line 32: out_acctno out nocopy iby_tangible.acctno%type,

28: out_bankid_to out nocopy iby_ext_bank_accounts_v.bank_party_id%type,
29: out_branchid_to out nocopy iby_ext_bank_accounts_v.branch_party_id%type,
30: out_acctid_to out nocopy iby_ext_bank_accounts_v.ext_bank_account_id%type,
31: out_accttype_to out nocopy iby_accttype.accttype%type,
32: out_acctno out nocopy iby_tangible.acctno%type,
33: out_refinfo out nocopy iby_tangible.refinfo%type,
34: out_memo out nocopy iby_tangible.memo%type,
35: out_currency out nocopy iby_tangible.currencynamecode%type);
36:

Line 33: out_refinfo out nocopy iby_tangible.refinfo%type,

29: out_branchid_to out nocopy iby_ext_bank_accounts_v.branch_party_id%type,
30: out_acctid_to out nocopy iby_ext_bank_accounts_v.ext_bank_account_id%type,
31: out_accttype_to out nocopy iby_accttype.accttype%type,
32: out_acctno out nocopy iby_tangible.acctno%type,
33: out_refinfo out nocopy iby_tangible.refinfo%type,
34: out_memo out nocopy iby_tangible.memo%type,
35: out_currency out nocopy iby_tangible.currencynamecode%type);
36:
37: procedure update_ecapp (in_ecappid in iby_ecapp.ecappid%type);

Line 34: out_memo out nocopy iby_tangible.memo%type,

30: out_acctid_to out nocopy iby_ext_bank_accounts_v.ext_bank_account_id%type,
31: out_accttype_to out nocopy iby_accttype.accttype%type,
32: out_acctno out nocopy iby_tangible.acctno%type,
33: out_refinfo out nocopy iby_tangible.refinfo%type,
34: out_memo out nocopy iby_tangible.memo%type,
35: out_currency out nocopy iby_tangible.currencynamecode%type);
36:
37: procedure update_ecapp (in_ecappid in iby_ecapp.ecappid%type);
38:

Line 35: out_currency out nocopy iby_tangible.currencynamecode%type);

31: out_accttype_to out nocopy iby_accttype.accttype%type,
32: out_acctno out nocopy iby_tangible.acctno%type,
33: out_refinfo out nocopy iby_tangible.refinfo%type,
34: out_memo out nocopy iby_tangible.memo%type,
35: out_currency out nocopy iby_tangible.currencynamecode%type);
36:
37: procedure update_ecapp (in_ecappid in iby_ecapp.ecappid%type);
38:
39: function updPmtStatus (in_psreqid in iby_trxn_fi.psreqid%type,