DBA Data[Home] [Help]

APPS.XTR_REPLICATE_BANK_ACCOUNTS_P dependencies on XTR_GL_REFERENCES_V

Line 405: -- XTR_GL_REFERENCES_V for that company

401: x_return_status IN OUT NOCOPY VARCHAR2
402: )
403: IS
404: -- This cursor verifies if the code combination id passed is defined in
405: -- XTR_GL_REFERENCES_V for that company
406: CURSOR c_cc_id IS
407: SELECT 'Y'
408: FROM XTR_GL_REFERENCES_V
409: WHERE code_combination_id = p_xtr_bank_account_rec.code_combination_id

Line 408: FROM XTR_GL_REFERENCES_V

404: -- This cursor verifies if the code combination id passed is defined in
405: -- XTR_GL_REFERENCES_V for that company
406: CURSOR c_cc_id IS
407: SELECT 'Y'
408: FROM XTR_GL_REFERENCES_V
409: WHERE code_combination_id = p_xtr_bank_account_rec.code_combination_id
410: AND company_code = p_xtr_bank_account_rec.party_code;
411: -- This cursor verifies if the pricing model passed is authorized or not
412: cursor c_pm_authorized is