DBA Data[Home] [Help]

APPS.JAI_AP_TDS_ETDS_PKG dependencies on AP_BANK_BRANCHES

Line 40: As per the documentation AP_BANK_ACCOUNTS and AP_BANK_BRANCHES tables will

36: Impact of Bank Account Project on IL Objects
37: Solution:
38: In R12 Bank Account Project will eliminate the redudant information maintained
39: by each diffrent applications and improve the information sharing.
40: As per the documentation AP_BANK_ACCOUNTS and AP_BANK_BRANCHES tables will
41: hold information only for external bank accounts. For internal bank accounts
42: as per the new model HZ_PARTIES and CE_BANK_ACCOUNT, CE_BANK_ACCT_USES_ALL
43: will be used. The code in this procedure is modfied to refer to this new
44: model as part of R12 Initiative.

Line 579: lv_bank_branch_code AP_BANK_BRANCHES.bank_num%TYPE;

575: ln_pp_apply_amt NUMBER;
576: ln_remain_amt NUMBER;
577: r_threshold_tran_inv c_threshold_tran_inv%ROWTYPE;
578: r_chk_threshold_rollback c_chk_threshold_rollback%ROWTYPE;
579: lv_bank_branch_code AP_BANK_BRANCHES.bank_num%TYPE;
580: ln_surcharge_amount NUMBER;
581: ln_sh_cess_amount NUMBER;
582: ln_cess_amount NUMBER;
583: ln_tds_amount NUMBER;

Line 1830: lv_bank_branch_code AP_BANK_BRANCHES.bank_num%TYPE;

1826: ln_pp_apply_amt NUMBER;
1827: ln_remain_amt NUMBER;
1828: r_threshold_tran_inv c_threshold_tran_inv%ROWTYPE;
1829: r_chk_threshold_rollback c_chk_threshold_rollback%ROWTYPE;
1830: lv_bank_branch_code AP_BANK_BRANCHES.bank_num%TYPE;
1831: ln_surcharge_amount NUMBER;
1832: ln_sh_cess_amount NUMBER;
1833: ln_cess_amount NUMBER;
1834: ln_tds_amount NUMBER;