DBA Data[Home] [Help]

APPS.JG_ZZ_JOURNAL_AP_PKG dependencies on JG_ZZ_VAT_REP_UTILITY

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

152: ,pn_vat_rep_entity_id => p_vat_rep_entity_id
153: ,pv_period_name => p_period
154: ,pv_source => 'ALL');
155:
156: fnd_file.put_line(fnd_file.log,'JG_ZZ_VAT_REP_UTILITY.get_period_status');
157: IF P_REPORT_NAME = 'JEITAPSR' OR P_REPORT_NAME = 'JEITAPPV' THEN
158: -- Get the Start Sequence Number for the Previous Finally Reported period for same report and vat register.
159: l_start_seq := get_start_sequence;
160:

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

157: IF P_REPORT_NAME = 'JEITAPSR' OR P_REPORT_NAME = 'JEITAPPV' THEN
158: -- Get the Start Sequence Number for the Previous Finally Reported period for same report and vat register.
159: l_start_seq := get_start_sequence;
160:
161: l_reporting_status := JG_ZZ_VAT_REP_UTILITY.get_period_status(pn_vat_reporting_entity_id => p_vat_rep_entity_id
162: ,pv_tax_calendar_period => p_period
163: ,pv_tax_calendar_year => null
164: ,pv_source => NULL
165: ,pv_report_name => p_report_name

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

183: VALUES (l_start_seq,
184: l_reporting_status,
185: 'SEQ');
186: ELSE
187: l_reporting_status := JG_ZZ_VAT_REP_UTILITY.get_period_status(pn_vat_reporting_entity_id => p_vat_rep_entity_id
188: ,pv_tax_calendar_period => p_period
189: ,pv_tax_calendar_year => null
190: ,pv_source => NULL
191: ,pv_report_name => p_report_name);