DBA Data[Home] [Help]

APPS.JG_ZZ_JOURNAL_AR_PKG dependencies on JG_ZZ_COMMON_PKG

Line 176: jg_zz_common_pkg.funct_curr_legal(x_func_curr_code => l_func_curr

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

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

178: ,x_legal_entity_id => l_legal_entity_id
179: ,x_taxpayer_id => l_tax_payer_id
180: ,pn_vat_rep_entity_id => p_vat_rep_entity_id
181: ,pv_period_name => p_period);
182: fnd_file.put_line(fnd_file.log,'Calling jg_zz_common_pkg.tax_registration');
183: jg_zz_common_pkg.tax_registration(x_tax_registration => l_tax_registration_num
184: ,x_period_start_date => l_period_start_date
185: ,x_period_end_date => l_period_end_date
186: ,x_status => l_reporting_status

Line 183: jg_zz_common_pkg.tax_registration(x_tax_registration => l_tax_registration_num

179: ,x_taxpayer_id => l_tax_payer_id
180: ,pn_vat_rep_entity_id => p_vat_rep_entity_id
181: ,pv_period_name => p_period);
182: fnd_file.put_line(fnd_file.log,'Calling jg_zz_common_pkg.tax_registration');
183: jg_zz_common_pkg.tax_registration(x_tax_registration => l_tax_registration_num
184: ,x_period_start_date => l_period_start_date
185: ,x_period_end_date => l_period_end_date
186: ,x_status => l_reporting_status
187: ,pn_vat_rep_entity_id => p_vat_rep_entity_id

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

186: ,x_status => l_reporting_status
187: ,pn_vat_rep_entity_id => p_vat_rep_entity_id
188: ,pv_period_name => p_period
189: ,pv_source => 'ALL');
190: fnd_file.put_line(fnd_file.log,'Calling jg_zz_common_pkg.company_detail');
191: jg_zz_common_pkg.company_detail(x_company_name => l_company_name
192: ,x_registration_number => l_registration_num
193: ,x_country => l_country
194: ,x_address1 => l_address_line_1

Line 191: jg_zz_common_pkg.company_detail(x_company_name => l_company_name

187: ,pn_vat_rep_entity_id => p_vat_rep_entity_id
188: ,pv_period_name => p_period
189: ,pv_source => 'ALL');
190: fnd_file.put_line(fnd_file.log,'Calling jg_zz_common_pkg.company_detail');
191: jg_zz_common_pkg.company_detail(x_company_name => l_company_name
192: ,x_registration_number => l_registration_num
193: ,x_country => l_country
194: ,x_address1 => l_address_line_1
195: ,x_address2 => l_address_line_2