DBA Data[Home] [Help]

APPS.XTR_REPLICATE_BANK_BALANCES dependencies on CE_BANK_ACCOUNTS

Line 816: l_int_schedule_id ce_bank_accounts.interest_schedule_id%TYPE ;

812: l_duplicate NUMBER;
813: l_return_error VARCHAR2(30);
814: l_authorised VARCHAR2(1);
815: l_ce_bank_account_id xtr_bank_accounts.ce_bank_account_id%TYPE ;
816: l_int_schedule_id ce_bank_accounts.interest_schedule_id%TYPE ;
817: l_pricing_model xtr_bank_accounts.pricing_model%TYPE;
818:
819:
820: -- Check whether the portfolio code exists for the bank account for which balacnes

Line 855: From ce_bank_accounts

851: /* Bug 5346243 */
852:
853: Cursor c_int_schedule ( l_ce_bank_account_id Number ) Is
854: Select interest_schedule_id
855: From ce_bank_accounts
856: Where bank_account_id = l_ce_bank_account_id ;
857:
858:
859: