DBA Data[Home] [Help]

APPS.JG_ZZ_JOURNAL_AR_PKG dependencies on JG_ZZ_COMMON_PKG

Line 180: jg_zz_common_pkg.funct_curr_legal(x_func_curr_code => l_func_curr

176:
177: END IF;
178:
179: fnd_file.put_line(fnd_file.log,'before Report Trigger');
180: jg_zz_common_pkg.funct_curr_legal(x_func_curr_code => l_func_curr
181: ,x_rep_entity_name => l_legal_entity_name
182: ,x_legal_entity_id => l_legal_entity_id
183: ,x_taxpayer_id => l_tax_payer_id
184: ,pn_vat_rep_entity_id => p_vat_rep_entity_id

Line 187: fnd_file.put_line(fnd_file.log,'Calling jg_zz_common_pkg.tax_registration');

183: ,x_taxpayer_id => l_tax_payer_id
184: ,pn_vat_rep_entity_id => p_vat_rep_entity_id
185: ,pv_period_name => p_period);
186:
187: fnd_file.put_line(fnd_file.log,'Calling jg_zz_common_pkg.tax_registration');
188: -- Bug8267272 Start
189: IF P_REPORT_NAME = 'JEESRRVR' THEN
190: jg_zz_common_pkg.tax_registration(x_tax_registration => l_tax_registration_num
191: ,x_period_start_date => l_period_start_date

Line 190: jg_zz_common_pkg.tax_registration(x_tax_registration => l_tax_registration_num

186:
187: fnd_file.put_line(fnd_file.log,'Calling jg_zz_common_pkg.tax_registration');
188: -- Bug8267272 Start
189: IF P_REPORT_NAME = 'JEESRRVR' THEN
190: jg_zz_common_pkg.tax_registration(x_tax_registration => l_tax_registration_num
191: ,x_period_start_date => l_period_start_date
192: ,x_period_end_date => l_period_end_date
193: ,x_status => l_reporting_status
194: ,pn_vat_rep_entity_id => p_vat_rep_entity_id

Line 197: jg_zz_common_pkg.tax_registration(x_tax_registration => l_to_tax_registration_num

193: ,x_status => l_reporting_status
194: ,pn_vat_rep_entity_id => p_vat_rep_entity_id
195: ,pv_period_name => p_period
196: ,pv_source => 'ALL');
197: jg_zz_common_pkg.tax_registration(x_tax_registration => l_to_tax_registration_num
198: ,x_period_start_date => l_to_period_start_date
199: ,x_period_end_date => l_to_period_end_date
200: ,x_status => l_to_reporting_status
201: ,pn_vat_rep_entity_id => p_vat_rep_entity_id

Line 205: jg_zz_common_pkg.tax_registration(x_tax_registration => l_tax_registration_num

201: ,pn_vat_rep_entity_id => p_vat_rep_entity_id
202: ,pv_period_name => p_period_to
203: ,pv_source => 'ALL');
204: ELSE
205: jg_zz_common_pkg.tax_registration(x_tax_registration => l_tax_registration_num
206: ,x_period_start_date => l_period_start_date
207: ,x_period_end_date => l_period_end_date
208: ,x_status => l_reporting_status
209: ,pn_vat_rep_entity_id => p_vat_rep_entity_id

Line 215: fnd_file.put_line(fnd_file.log,'Calling jg_zz_common_pkg.company_detail');

211: ,pv_source => 'ALL');
212: end if;
213: -- Bug8267272 End
214:
215: fnd_file.put_line(fnd_file.log,'Calling jg_zz_common_pkg.company_detail');
216: jg_zz_common_pkg.company_detail(x_company_name => l_company_name
217: ,x_registration_number => l_registration_num
218: ,x_country => l_country
219: ,x_address1 => l_address_line_1

Line 216: jg_zz_common_pkg.company_detail(x_company_name => l_company_name

212: end if;
213: -- Bug8267272 End
214:
215: fnd_file.put_line(fnd_file.log,'Calling jg_zz_common_pkg.company_detail');
216: jg_zz_common_pkg.company_detail(x_company_name => l_company_name
217: ,x_registration_number => l_registration_num
218: ,x_country => l_country
219: ,x_address1 => l_address_line_1
220: ,x_address2 => l_address_line_2