DBA Data[Home] [Help]

APPS.JG_ZZ_AUDIT_AP_PKG dependencies on JG_ZZ_COMMON_PKG

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

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

Line 64: JG_ZZ_COMMON_PKG.FUNCT_CURR_LEGAL(x_func_curr_code => l_func_curr_code

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

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

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

Line 74: JG_ZZ_COMMON_PKG.TAX_REGISTRATION(x_tax_registration => l_tax_registration

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

Line 90: JG_ZZ_COMMON_PKG.TAX_REGISTRATION(x_tax_registration => l_tax_registration_to

86:
87: fnd_file.put_line(fnd_file.log,'P_REPORT_NAME :'||P_REPORT_NAME);
88: fnd_file.put_line(fnd_file.log,'Getting period_to information');
89:
90: JG_ZZ_COMMON_PKG.TAX_REGISTRATION(x_tax_registration => l_tax_registration_to
91: ,x_period_start_date => l_period_start_date_to
92: ,x_period_end_date => l_period_end_date_to
93: ,x_status => l_status_to
94: ,pn_vat_rep_entity_id => p_vat_rep_entity_id

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

99: END IF;
100:
101: -- Bug#8453182 End
102:
103: fnd_file.put_line(fnd_file.log,'Calling jg_zz_common_pkg.company_detail');
104: /* JG_ZZ_COMMON_PKG.COMPANY_DETAIL (x_company_name => l_company_name
105: ,x_registration_number => l_registration_number
106: ,x_country => l_country
107: ,x_address1 => l_address1

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

100:
101: -- Bug#8453182 End
102:
103: fnd_file.put_line(fnd_file.log,'Calling jg_zz_common_pkg.company_detail');
104: /* JG_ZZ_COMMON_PKG.COMPANY_DETAIL (x_company_name => l_company_name
105: ,x_registration_number => l_registration_number
106: ,x_country => l_country
107: ,x_address1 => l_address1
108: ,x_address2 => l_address2

Line 119: jg_zz_common_pkg.company_detail(x_company_name => l_company_name

115: ,pn_legal_entity_id => l_legal_entity_id
116: );
117: */
118:
119: jg_zz_common_pkg.company_detail(x_company_name => l_company_name
120: ,x_registration_number => l_registration_number
121: ,x_country => l_country
122: ,x_address1 => l_address1
123: ,x_address2 => l_address2