DBA Data[Home] [Help]

APPS.JG_ZZ_AUDIT_AP_PKG dependencies on JG_ZZ_COMMON_PKG

Line 57: fnd_file.put_line(fnd_file.log,'Calling jg_zz_common_pkg.funct_curr_legal');

53: IS
54: BEGIN
55: -- Calling Common Package
56: IF p_debug_flag = 'Y' THEN
57: fnd_file.put_line(fnd_file.log,'Calling jg_zz_common_pkg.funct_curr_legal');
58: END IF;
59:
60: JG_ZZ_COMMON_PKG.FUNCT_CURR_LEGAL(x_func_curr_code => l_func_curr_code
61: ,x_rep_entity_name => l_rep_entity_name

Line 60: JG_ZZ_COMMON_PKG.FUNCT_CURR_LEGAL(x_func_curr_code => l_func_curr_code

56: IF p_debug_flag = 'Y' THEN
57: fnd_file.put_line(fnd_file.log,'Calling jg_zz_common_pkg.funct_curr_legal');
58: END IF;
59:
60: JG_ZZ_COMMON_PKG.FUNCT_CURR_LEGAL(x_func_curr_code => l_func_curr_code
61: ,x_rep_entity_name => l_rep_entity_name
62: ,x_legal_entity_id => l_legal_entity_id
63: ,x_taxpayer_id => l_taxpayer_id
64: ,pn_vat_rep_entity_id => p_vat_rep_entity_id

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

65: ,pv_period_name => p_period_name
66: ,pn_period_year => p_period_year
67: );
68:
69: fnd_file.put_line(fnd_file.log,'Calling jg_zz_common_pkg.tax_registration');
70: JG_ZZ_COMMON_PKG.TAX_REGISTRATION(x_tax_registration => l_tax_registration
71: ,x_period_start_date => l_period_start_date
72: ,x_period_end_date => l_period_end_date
73: ,x_status => l_status

Line 70: JG_ZZ_COMMON_PKG.TAX_REGISTRATION(x_tax_registration => l_tax_registration

66: ,pn_period_year => p_period_year
67: );
68:
69: fnd_file.put_line(fnd_file.log,'Calling jg_zz_common_pkg.tax_registration');
70: JG_ZZ_COMMON_PKG.TAX_REGISTRATION(x_tax_registration => l_tax_registration
71: ,x_period_start_date => l_period_start_date
72: ,x_period_end_date => l_period_end_date
73: ,x_status => l_status
74: ,pn_vat_rep_entity_id => p_vat_rep_entity_id

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

76: ,pn_period_year => p_period_year
77: ,pv_source => 'AP'
78: );
79:
80: fnd_file.put_line(fnd_file.log,'Calling jg_zz_common_pkg.company_detail');
81: /* JG_ZZ_COMMON_PKG.COMPANY_DETAIL (x_company_name => l_company_name
82: ,x_registration_number => l_registration_number
83: ,x_country => l_country
84: ,x_address1 => l_address1

Line 81: /* JG_ZZ_COMMON_PKG.COMPANY_DETAIL (x_company_name => l_company_name

77: ,pv_source => 'AP'
78: );
79:
80: fnd_file.put_line(fnd_file.log,'Calling jg_zz_common_pkg.company_detail');
81: /* JG_ZZ_COMMON_PKG.COMPANY_DETAIL (x_company_name => l_company_name
82: ,x_registration_number => l_registration_number
83: ,x_country => l_country
84: ,x_address1 => l_address1
85: ,x_address2 => l_address2

Line 96: jg_zz_common_pkg.company_detail(x_company_name => l_company_name

92: ,pn_legal_entity_id => l_legal_entity_id
93: );
94: */
95:
96: jg_zz_common_pkg.company_detail(x_company_name => l_company_name
97: ,x_registration_number => l_registration_number
98: ,x_country => l_country
99: ,x_address1 => l_address1
100: ,x_address2 => l_address2