DBA Data[Home] [Help]

APPS.JE_ES_MODELO_EXT_PKG dependencies on JG_ZZ_COMMON_PKG

Line 2148: IF G_DEBUG THEN fnd_file.put_line(FND_FILE.LOG,'jg_zz_common_pkg.funct_curr_legal'); END IF;

2144:
2145: IF G_DEBUG THEN fnd_file.put_line(FND_FILE.LOG,'l_period_string: '|| l_period_string); END IF;
2146:
2147:
2148: IF G_DEBUG THEN fnd_file.put_line(FND_FILE.LOG,'jg_zz_common_pkg.funct_curr_legal'); END IF;
2149:
2150: jg_zz_common_pkg.funct_curr_legal( lc_func_curr_code
2151: , lc_rep_legal_entity
2152: , ln_rep_legal_entity_id

Line 2150: jg_zz_common_pkg.funct_curr_legal( lc_func_curr_code

2146:
2147:
2148: IF G_DEBUG THEN fnd_file.put_line(FND_FILE.LOG,'jg_zz_common_pkg.funct_curr_legal'); END IF;
2149:
2150: jg_zz_common_pkg.funct_curr_legal( lc_func_curr_code
2151: , lc_rep_legal_entity
2152: , ln_rep_legal_entity_id
2153: , lc_taxpayer_id
2154: , p_vat_rep_entity_id

Line 2158: -- dbms_output.put_line ('jg_zz_common_pkg.tax_registration');

2154: , p_vat_rep_entity_id
2155: , p_tax_period
2156: , p_tax_year
2157: );
2158: -- dbms_output.put_line ('jg_zz_common_pkg.tax_registration');
2159: IF G_DEBUG THEN fnd_file.put_line(FND_FILE.LOG,'jg_zz_common_pkg.tax_registration'); END IF;
2160:
2161: BEGIN
2162: jg_zz_common_pkg.tax_registration( x_tax_registration => lc_trx_num

Line 2159: IF G_DEBUG THEN fnd_file.put_line(FND_FILE.LOG,'jg_zz_common_pkg.tax_registration'); END IF;

2155: , p_tax_period
2156: , p_tax_year
2157: );
2158: -- dbms_output.put_line ('jg_zz_common_pkg.tax_registration');
2159: IF G_DEBUG THEN fnd_file.put_line(FND_FILE.LOG,'jg_zz_common_pkg.tax_registration'); END IF;
2160:
2161: BEGIN
2162: jg_zz_common_pkg.tax_registration( x_tax_registration => lc_trx_num
2163: , x_period_start_date => ld_period_start_date

Line 2162: jg_zz_common_pkg.tax_registration( x_tax_registration => lc_trx_num

2158: -- dbms_output.put_line ('jg_zz_common_pkg.tax_registration');
2159: IF G_DEBUG THEN fnd_file.put_line(FND_FILE.LOG,'jg_zz_common_pkg.tax_registration'); END IF;
2160:
2161: BEGIN
2162: jg_zz_common_pkg.tax_registration( x_tax_registration => lc_trx_num
2163: , x_period_start_date => ld_period_start_date
2164: , x_period_end_date => ld_period_end_date
2165: , x_status => lc_reporting_mode
2166: , pn_vat_rep_entity_id => p_vat_rep_entity_id

Line 2188: -- dbms_output.put_line ('jg_zz_common_pkg.tax_registration');

2184: EXCEPTION
2185: WHEN OTHERS THEN
2186: NULL;
2187: END;
2188: -- dbms_output.put_line ('jg_zz_common_pkg.tax_registration');
2189: IF G_DEBUG THEN fnd_file.put_line(FND_FILE.LOG,'jg_zz_common_pkg.company_detail'); END IF;
2190:
2191: jg_zz_common_pkg.company_detail(x_company_name => lc_company_name
2192: ,x_registration_number => lc_registration_number

Line 2189: IF G_DEBUG THEN fnd_file.put_line(FND_FILE.LOG,'jg_zz_common_pkg.company_detail'); END IF;

2185: WHEN OTHERS THEN
2186: NULL;
2187: END;
2188: -- dbms_output.put_line ('jg_zz_common_pkg.tax_registration');
2189: IF G_DEBUG THEN fnd_file.put_line(FND_FILE.LOG,'jg_zz_common_pkg.company_detail'); END IF;
2190:
2191: jg_zz_common_pkg.company_detail(x_company_name => lc_company_name
2192: ,x_registration_number => lc_registration_number
2193: ,x_country => lc_country

Line 2191: jg_zz_common_pkg.company_detail(x_company_name => lc_company_name

2187: END;
2188: -- dbms_output.put_line ('jg_zz_common_pkg.tax_registration');
2189: IF G_DEBUG THEN fnd_file.put_line(FND_FILE.LOG,'jg_zz_common_pkg.company_detail'); END IF;
2190:
2191: jg_zz_common_pkg.company_detail(x_company_name => lc_company_name
2192: ,x_registration_number => lc_registration_number
2193: ,x_country => lc_country
2194: ,x_address1 => lc_address1
2195: ,x_address2 => lc_address2