DBA Data[Home] [Help]

APPS.JE_ES_MODELO_EXT_PKG dependencies on JG_ZZ_VAT_REP_UTILITY

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

1063: ,p_vat_reporting_entity_id => P_VAT_REP_ENTITY_ID);
1064:
1065:
1066:
1067: IF G_DEBUG THEN fnd_file.put_line(FND_FILE.LOG,'JG_ZZ_VAT_REP_UTILITY.get_period_status'); END IF;
1068:
1069: -- Fetch the reporting mode only if the report name is not null
1070: IF P_REPORT_NAME IS NOT NULL THEN
1071: lc_reporting_mode := JG_ZZ_VAT_REP_UTILITY.get_period_status(pn_vat_reporting_entity_id => p_vat_rep_entity_id

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

1067: IF G_DEBUG THEN fnd_file.put_line(FND_FILE.LOG,'JG_ZZ_VAT_REP_UTILITY.get_period_status'); END IF;
1068:
1069: -- Fetch the reporting mode only if the report name is not null
1070: IF P_REPORT_NAME IS NOT NULL THEN
1071: lc_reporting_mode := JG_ZZ_VAT_REP_UTILITY.get_period_status(pn_vat_reporting_entity_id => p_vat_rep_entity_id
1072: ,pv_tax_calendar_period => p_tax_period
1073: ,pv_tax_calendar_year => p_tax_year
1074: ,pv_source => P_SOURCE
1075: ,pv_report_name => P_REPORT_NAME||':'||P_MODELO);