DBA Data[Home] [Help]

APPS.JAI_OM_WDD_TRIGGER_PKG dependencies on JAI_CMN_FIN_YEARS

Line 1393: FROM JAI_CMN_FIN_YEARS A

1389: AND b.order_flag = 'Y'
1390: AND b.order_type_id = p_order_type_id ;
1391: CURSOR fin_year_cur(p_organization_id IN NUMBER) IS
1392: SELECT MAX(A.fin_year)
1393: FROM JAI_CMN_FIN_YEARS A
1394: WHERE organization_id = p_organization_id
1395: AND fin_active_flag = 'Y';
1396: CURSOR pref_cur(p_organization_id NUMBER, p_location_id NUMBER)IS
1397: --This is included in the select by Nagaraj.s for Enh2415656