DBA Data[Home] [Help]

APPS.JAI_OM_WDD_TRIGGER_PKG dependencies on JAI_CMN_FIN_YEARS

Line 1633: FROM JAI_CMN_FIN_YEARS A

1629: AND b.order_flag = 'Y'
1630: AND b.order_type_id = p_order_type_id ;
1631: CURSOR fin_year_cur(p_organization_id IN NUMBER) IS
1632: SELECT MAX(A.fin_year)
1633: FROM JAI_CMN_FIN_YEARS A
1634: WHERE organization_id = p_organization_id
1635: AND fin_active_flag = 'Y';
1636: CURSOR pref_cur(p_organization_id NUMBER, p_location_id NUMBER)IS
1637: --This is included in the select by Nagaraj.s for Enh2415656