DBA Data[Home] [Help]

APPS.JE_ES_MODELO_EXT_PKG dependencies on JG_ZZ_VAT_REP_ENTITIES

Line 2164: lv_tax_calendar jg_zz_vat_rep_entities.tax_calendar_name%type;

2160: declare
2161:
2162: ld_start_date gl_periods.start_date%type;
2163: ld_end_date gl_periods.end_date%type;
2164: lv_tax_calendar jg_zz_vat_rep_entities.tax_calendar_name%type;
2165:
2166: /** Fetch the tax accounting calendar from Reporting Entity Setup */
2167: cursor c_get_tax_calendar
2168: is

Line 2170: from jg_zz_vat_rep_entities

2166: /** Fetch the tax accounting calendar from Reporting Entity Setup */
2167: cursor c_get_tax_calendar
2168: is
2169: select tax_calendar_name
2170: from jg_zz_vat_rep_entities
2171: where vat_reporting_entity_id = p_vat_rep_entity_id;
2172:
2173: /**
2174: Derrive start date and end date using period range parameters P_FROM_PERIOD and P_TO_PERIOD