DBA Data[Home] [Help]

APPS.JAI_AP_TDS_ETDS_PKG dependencies on JAI_AP_TDS_YEARS

Line 3069: FROM JAI_AP_TDS_YEARS

3065:
3066: -- to get financial and assessment years
3067: CURSOR c_fin_year(p_tan_number /*p_legal_entity_id*/ IN VARCHAR2, p_fin_year IN NUMBER, p_organization_id IN NUMBER ) IS
3068: SELECT start_date, end_date
3069: FROM JAI_AP_TDS_YEARS
3070: -- added, Harshita for Bug 4889272
3071: where TAN_NO = p_tan_number
3072: AND fin_year = p_fin_year
3073: and legal_entity_id = p_organization_id;