DBA Data[Home] [Help]

APPS.JE_ES_MODELO_EXT_PKG dependencies on JG_ZZ_VAT_REP_UTILITY

Line 2210: IF G_DEBUG THEN fnd_file.put_line(FND_FILE.LOG,'JG_ZZ_VAT_REP_UTILITY.get_period_status'); END IF;

2206: ,p_vat_reporting_entity_id => P_VAT_REP_ENTITY_ID);
2207:
2208:
2209:
2210: IF G_DEBUG THEN fnd_file.put_line(FND_FILE.LOG,'JG_ZZ_VAT_REP_UTILITY.get_period_status'); END IF;
2211:
2212: -- Fetch the reporting mode only if the report name is not null
2213: IF P_REPORT_NAME IS NOT NULL and p_tax_year is not null
2214: AND p_modelo <> '340' THEN

Line 2215: lc_reporting_mode := JG_ZZ_VAT_REP_UTILITY.get_period_status(pn_vat_reporting_entity_id => p_vat_rep_entity_id

2211:
2212: -- Fetch the reporting mode only if the report name is not null
2213: IF P_REPORT_NAME IS NOT NULL and p_tax_year is not null
2214: AND p_modelo <> '340' THEN
2215: lc_reporting_mode := JG_ZZ_VAT_REP_UTILITY.get_period_status(pn_vat_reporting_entity_id => p_vat_rep_entity_id
2216: ,pv_tax_calendar_period => p_tax_period
2217: ,pv_tax_calendar_year => p_tax_year
2218: ,pv_source => P_SOURCE
2219: ,pv_report_name => P_REPORT_NAME||':'||P_MODELO);