DBA Data[Home] [Help]

APPS.AHL_VWP_RULES_PVT dependencies on CST_ACCT_INFO_V

Line 2947: FROM cst_acct_info_v COD, GL_SETS_OF_BOOKS GSOB

2943:
2944: -- AnRaj:Changes made for fixing bug#4919353, issue# 7
2945: CURSOR currency_code_csr(p_org_id IN NUMBER) IS
2946: SELECT currency_code
2947: FROM cst_acct_info_v COD, GL_SETS_OF_BOOKS GSOB
2948: WHERE COD.Organization_Id = p_org_id
2949: AND LEDGER_ID = GSOB.SET_OF_BOOKS_ID
2950: AND NVL(operating_unit, mo_global.get_current_org_id())= mo_global.get_current_org_id();
2951: