DBA Data[Home] [Help]

APPS.JAI_RCV_RND_PKG dependencies on JAI_CMN_FIN_YEARS

Line 172: FROM JAI_CMN_FIN_YEARS

168: /*Bug 5141459 bduvarag end*/
169:
170: CURSOR c_active_fin_year(p_organization_id IN NUMBER) IS
171: SELECT max(fin_year)
172: FROM JAI_CMN_FIN_YEARS
173: WHERE organization_id = p_organization_id
174: AND fin_active_flag = 'Y';
175:
176: CURSOR c_rg_rounding_account(p_organization_id IN NUMBER) IS

Line 2041: FROM JAI_CMN_FIN_YEARS

2037:
2038:
2039: CURSOR c_active_fin_year(p_organization_id IN NUMBER) IS
2040: SELECT max(fin_year)
2041: FROM JAI_CMN_FIN_YEARS
2042: WHERE organization_id = p_organization_id
2043: AND fin_active_flag = 'Y';
2044:
2045: CURSOR c_rg_rounding_account(p_organization_id IN NUMBER) IS