DBA Data[Home] [Help]

APPS.AHL_VWP_RULES_PVT dependencies on CST_ACCT_INFO_V

Line 3266: FROM cst_acct_info_v COD, GL_SETS_OF_BOOKS GSOB

3262:
3263: -- AnRaj:Changes made for fixing bug#4919353, issue# 7
3264: CURSOR currency_code_csr(p_org_id IN NUMBER) IS
3265: SELECT currency_code
3266: FROM cst_acct_info_v COD, GL_SETS_OF_BOOKS GSOB
3267: WHERE COD.Organization_Id = p_org_id
3268: AND LEDGER_ID = GSOB.SET_OF_BOOKS_ID
3269: AND NVL(operating_unit, mo_global.get_current_org_id())= mo_global.get_current_org_id();
3270: