DBA Data[Home] [Help]

APPS.XTR_REPLICATE_BANK_ACCOUNTS_P dependencies on XTR_GL_REFERENCES_V

Line 408: -- XTR_GL_REFERENCES_V for that company

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

Line 411: FROM XTR_GL_REFERENCES_V

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