DBA Data[Home] [Help]

APPS.JG_ZZ_SUMMARY_AR_PKG dependencies on JG_ZZ_COMMON_PKG

Line 1140: jg_zz_common_pkg.funct_curr_legal( x_func_curr_code => l_func_curr_code

1136: l_precision NUMBER;
1137:
1138: BEGIN
1139: if gv_debug then FND_FILE.PUT_LINE(FND_FILE.LOG,'funct_curr_legal'); end if;
1140: jg_zz_common_pkg.funct_curr_legal( x_func_curr_code => l_func_curr_code
1141: , x_rep_entity_name => l_rep_legal_entity
1142: , x_legal_entity_id => l_rep_legal_entity_id
1143: , x_taxpayer_id => l_taxpayer_id
1144: , pn_vat_rep_entity_id => p_vat_rep_entity_id

Line 1151: jg_zz_common_pkg.tax_registration(x_tax_registration => l_trx_num

1147: );
1148:
1149: if gv_debug then FND_FILE.PUT_LINE(FND_FILE.LOG,'2'); end if;
1150:
1151: jg_zz_common_pkg.tax_registration(x_tax_registration => l_trx_num
1152: , x_period_start_date => l_period_start_date
1153: , x_period_end_date => l_period_end_date
1154: , x_status => l_reporting_mode
1155: , pn_vat_rep_entity_id => p_vat_rep_entity_id

Line 1178: /* jg_zz_common_pkg.company_detail(l_company_name

1174: and lookup_code = decode(l_reporting_mode, 'COPY', 'R','FINAL','F','P');
1175:
1176: if gv_debug then FND_FILE.PUT_LINE(FND_FILE.LOG,'3'); end if;
1177:
1178: /* jg_zz_common_pkg.company_detail(l_company_name
1179: ,l_registration_number
1180: ,l_country
1181: ,l_address1
1182: ,l_address2

Line 1193: JG_ZZ_COMMON_PKG.company_detail(x_company_name => l_company_name

1189: ,nvl(l_rep_legal_entity_id,p_legal_entity_id) -- for German On Account Report - l_rep_legal_entity_id is null, p_legal_entity_id is the direct parameter to the report.
1190: );
1191: */
1192:
1193: JG_ZZ_COMMON_PKG.company_detail(x_company_name => l_company_name
1194: ,x_registration_number =>l_registration_number
1195: ,x_country => l_country
1196: ,x_address1 => l_address1
1197: ,x_address2 => l_address2