DBA Data[Home] [Help]

APPS.JAI_CMN_RG_MASTER_ORG_PKG dependencies on JAI_CMN_FIN_YEARS

Line 561: JAI_CMN_FIN_YEARS

557:
558: --Added by Nagaraj.s for Bug2636714
559: Cursor c_fetch_fin_active_year(p_organization_id IN number) IS
560: SELECT FIN_YEAR FROM
561: JAI_CMN_FIN_YEARS
562: WHERE ORGANIZATION_ID=p_organization_id
563: and FIN_ACTIVE_FLAG='Y';
564:
565: 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 916: JAI_CMN_FIN_YEARS

912:
913: --Added by Nagaraj.s for Bug2708514
914: Cursor c_fetch_fin_active_year(p_organization_id IN number) IS
915: SELECT FIN_YEAR FROM
916: JAI_CMN_FIN_YEARS
917: WHERE ORGANIZATION_ID=p_organization_id
918: and FIN_ACTIVE_FLAG='Y';
919:
920: Cursor c_final_balance_pla(p_organization_id IN NUMBER,p_location_id IN NUMBER,p_fin_year IN NUMBER) IS