DBA Data[Home] [Help]

APPS.JAI_CMN_RG_PERIOD_BALS_PKG dependencies on JAI_CMN_FIN_YEARS

Line 104: FROM JAI_CMN_FIN_YEARS

100: and b.tax_type = cp_tax_type;
101:
102: CURSOR c_get_fin_year(cp_organization_id IN NUMBER, cp_period_start_date in date) IS
103: SELECT fin_year
104: FROM JAI_CMN_FIN_YEARS
105: WHERE organization_id = cp_organization_id
106: AND cp_period_start_date between fin_year_start_date and fin_year_end_date;
107: /* end bgowrava for forward porting bug#5674376 */
108: