DBA Data[Home] [Help]

APPS.JG_ZZ_AUDIT_GL_PKG dependencies on JG_ZZ_COMMON_PKG

Line 94: jg_zz_common_pkg.funct_curr_legal( x_func_curr_code => l_func_curr_code

90:
91: BEGIN
92: FND_FILE.PUT_LINE(FND_FILE.LOG,'begin-1');
93:
94: jg_zz_common_pkg.funct_curr_legal( x_func_curr_code => l_func_curr_code
95: , x_rep_entity_name => l_rep_legal_entity
96: , x_legal_entity_id => l_rep_legal_entity_id
97: , x_taxpayer_id => l_taxpayer_id
98: , pn_vat_rep_entity_id => p_vat_rep_entity_id

Line 103: jg_zz_common_pkg.tax_registration(x_tax_registration => l_trn

99: , pv_period_name => p_period
100: , pn_period_year => l_period_year
101: );
102: FND_FILE.PUT_LINE(FND_FILE.LOG,'tax_registration-2');
103: jg_zz_common_pkg.tax_registration(x_tax_registration => l_trn
104: , x_period_start_date => l_period_start_date
105: , x_period_end_date => l_period_end_date
106: , x_status => l_reporting_mode
107: , pn_vat_rep_entity_id => p_vat_rep_entity_id

Line 119: jg_zz_common_pkg.company_detail(x_company_name => l_company_name

115: ,pv_tax_calendar_year => null
116: ,pv_source => NULL
117: ,pv_report_name => p_callingreport);
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

Line 139: jg_zz_common_pkg.get_entities_configuration_dtl(

135:
136:
137: FND_FILE.PUT_LINE(FND_FILE.LOG,'get_entities_configuration_dtl - 4');
138:
139: jg_zz_common_pkg.get_entities_configuration_dtl(
140: x_calendar_name => g_tax_calendar_name --l_calendar_name
141: , x_enable_register_flag => l_enable_register_flag
142: , x_enable_report_seq_flag => l_enable_report_seq_flag
143: , x_enable_alloc_flag => l_enable_alloc_flag