DBA Data[Home] [Help]

APPS.JG_ZZ_SUMMARY_AR_PKG dependencies on JG_ZZ_COMMON_PKG

Line 1109: jg_zz_common_pkg.funct_curr_legal( x_func_curr_code => l_func_curr_code

1105: v_is_seq_updated VARCHAR2(1) := 'N';
1106: v_enable_report_sequence_flag VARCHAR2(1) := 'N';
1107: BEGIN
1108: if gv_debug then FND_FILE.PUT_LINE(FND_FILE.LOG,'funct_curr_legal'); end if;
1109: jg_zz_common_pkg.funct_curr_legal( x_func_curr_code => l_func_curr_code
1110: , x_rep_entity_name => l_rep_legal_entity
1111: , x_legal_entity_id => l_rep_legal_entity_id
1112: , x_taxpayer_id => l_taxpayer_id
1113: , pn_vat_rep_entity_id => p_vat_rep_entity_id

Line 1120: jg_zz_common_pkg.tax_registration(x_tax_registration => l_trx_num

1116: );
1117:
1118: if gv_debug then FND_FILE.PUT_LINE(FND_FILE.LOG,'2'); end if;
1119:
1120: jg_zz_common_pkg.tax_registration(x_tax_registration => l_trx_num
1121: , x_period_start_date => l_period_start_date
1122: , x_period_end_date => l_period_end_date
1123: , x_status => l_reporting_mode
1124: , pn_vat_rep_entity_id => p_vat_rep_entity_id

Line 1139: /* jg_zz_common_pkg.company_detail(l_company_name

1135: );
1136:
1137: if gv_debug then FND_FILE.PUT_LINE(FND_FILE.LOG,'3'); end if;
1138:
1139: /* jg_zz_common_pkg.company_detail(l_company_name
1140: ,l_registration_number
1141: ,l_country
1142: ,l_address1
1143: ,l_address2

Line 1154: JG_ZZ_COMMON_PKG.company_detail(x_company_name => l_company_name

1150: ,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.
1151: );
1152: */
1153:
1154: JG_ZZ_COMMON_PKG.company_detail(x_company_name => l_company_name
1155: ,x_registration_number =>l_registration_number
1156: ,x_country => l_country
1157: ,x_address1 => l_address1
1158: ,x_address2 => l_address2