DBA Data[Home] [Help]

APPS.JG_ZZ_JOURNAL_AP_PKG dependencies on JG_ZZ_VAT_REP_UTILITY

Line 181: fnd_file.put_line(fnd_file.log,'JG_ZZ_VAT_REP_UTILITY.get_period_status');

177: fnd_file.put_line(fnd_file.log,'To Period End Date :'||l_to_period_end_date);
178: END IF;
179: -- Bug8267272 End
180:
181: fnd_file.put_line(fnd_file.log,'JG_ZZ_VAT_REP_UTILITY.get_period_status');
182: IF P_REPORT_NAME = 'JEITAPSR' OR P_REPORT_NAME = 'JEITAPPV' THEN
183: -- Get the Start Sequence Number for the Previous Finally Reported period for same report and vat register.
184: l_start_seq := get_start_sequence;
185:

Line 186: l_reporting_status := JG_ZZ_VAT_REP_UTILITY.get_period_status(pn_vat_reporting_entity_id => p_vat_rep_entity_id

182: IF P_REPORT_NAME = 'JEITAPSR' OR P_REPORT_NAME = 'JEITAPPV' THEN
183: -- Get the Start Sequence Number for the Previous Finally Reported period for same report and vat register.
184: l_start_seq := get_start_sequence;
185:
186: l_reporting_status := JG_ZZ_VAT_REP_UTILITY.get_period_status(pn_vat_reporting_entity_id => p_vat_rep_entity_id
187: ,pv_tax_calendar_period => p_period
188: ,pv_tax_calendar_year => null
189: ,pv_source => NULL
190: ,pv_report_name => p_report_name

Line 212: l_reporting_status := JG_ZZ_VAT_REP_UTILITY.get_period_status(pn_vat_reporting_entity_id => p_vat_rep_entity_id

208: VALUES (l_start_seq,
209: l_reporting_status,
210: 'SEQ');
211: ELSE
212: l_reporting_status := JG_ZZ_VAT_REP_UTILITY.get_period_status(pn_vat_reporting_entity_id => p_vat_rep_entity_id
213: ,pv_tax_calendar_period => p_period
214: ,pv_tax_calendar_year => null
215: ,pv_source => NULL
216: ,pv_report_name => p_report_name);