DBA Data[Home] [Help]

APPS.JAI_CMN_RG_MASTER_ORG_PKG dependencies on JAI_CMN_FIN_YEARS

Line 584: JAI_CMN_FIN_YEARS

580:
581: --Added by Nagaraj.s for Bug2636714
582: Cursor c_fetch_fin_active_year(p_organization_id IN number) IS
583: SELECT FIN_YEAR FROM
584: JAI_CMN_FIN_YEARS
585: WHERE ORGANIZATION_ID=p_organization_id
586: and FIN_ACTIVE_FLAG='Y';
587:
588: Cursor c_final_balance_rg23(p_organization_id IN NUMBER,p_location_id IN NUMBER,p_fin_year IN NUMBER,P_REGISTER_TYPE CHAR) IS

Line 947: JAI_CMN_FIN_YEARS

943:
944: --Added by Nagaraj.s for Bug2708514
945: Cursor c_fetch_fin_active_year(p_organization_id IN number) IS
946: SELECT FIN_YEAR FROM
947: JAI_CMN_FIN_YEARS
948: WHERE ORGANIZATION_ID=p_organization_id
949: and FIN_ACTIVE_FLAG='Y';
950:
951: Cursor c_final_balance_pla(p_organization_id IN NUMBER,p_location_id IN NUMBER,p_fin_year IN NUMBER) IS