DBA Data[Home] [Help]

APPS.PAY_NL_TAXOFFICE_FILE dependencies on PAY_NL_GENERAL

Line 210: l_org_address:=PAY_NL_GENERAL.GET_ORGANIZATION_ADDRESS(l_employer_id,l_business_group_id,l_house_number,l_house_no_add,l_street_name,l_line1,l_line2,l_line3,l_city,l_country,l_postal_code);

206: ,l_employer_id
207: ,l_org_struct_id);
208:
209: l_sender_details:=GET_TOS_SENDER_DETAILS(l_business_group_id,l_employer_id,l_sender_tax_rep_name,l_sender_tax_reg_number,l_tax_rep_name,l_tax_reg_number);
210: l_org_address:=PAY_NL_GENERAL.GET_ORGANIZATION_ADDRESS(l_employer_id,l_business_group_id,l_house_number,l_house_no_add,l_street_name,l_line1,l_line2,l_line3,l_city,l_country,l_postal_code);
211: l_sender_address:=PAY_NL_GENERAL.GET_ORGANIZATION_ADDRESS(l_business_group_id,l_business_group_id,l_sen_house_number,l_sen_house_no_add,l_sen_street_name,l_sen_line1,l_sen_line2,l_sen_line3,l_sen_city,l_sen_country,l_sen_postal_code);
212:
213: l_sender_address_field := l_sen_street_name || l_sen_house_number || l_sen_house_no_add;
214: l_sen_city_field := l_sen_postal_code || l_sen_city;

Line 211: l_sender_address:=PAY_NL_GENERAL.GET_ORGANIZATION_ADDRESS(l_business_group_id,l_business_group_id,l_sen_house_number,l_sen_house_no_add,l_sen_street_name,l_sen_line1,l_sen_line2,l_sen_line3,l_sen_city,l_sen_country,l_sen_postal_code);

207: ,l_org_struct_id);
208:
209: l_sender_details:=GET_TOS_SENDER_DETAILS(l_business_group_id,l_employer_id,l_sender_tax_rep_name,l_sender_tax_reg_number,l_tax_rep_name,l_tax_reg_number);
210: l_org_address:=PAY_NL_GENERAL.GET_ORGANIZATION_ADDRESS(l_employer_id,l_business_group_id,l_house_number,l_house_no_add,l_street_name,l_line1,l_line2,l_line3,l_city,l_country,l_postal_code);
211: l_sender_address:=PAY_NL_GENERAL.GET_ORGANIZATION_ADDRESS(l_business_group_id,l_business_group_id,l_sen_house_number,l_sen_house_no_add,l_sen_street_name,l_sen_line1,l_sen_line2,l_sen_line3,l_sen_city,l_sen_country,l_sen_postal_code);
212:
213: l_sender_address_field := l_sen_street_name || l_sen_house_number || l_sen_house_no_add;
214: l_sen_city_field := l_sen_postal_code || l_sen_city;
215: l_tax_address_field := l_street_name || l_house_number || l_house_no_add;

Line 425: l_employee_address:=PAY_NL_GENERAL.get_employee_address(Cur_EE_ATS_File_rec.person_id,l_tax_year_end_date,l_ee_house_number,l_ee_house_no_add,l_ee_street_name,l_ee_line1,l_ee_line2,l_ee_line3,l_ee_city,l_ee_country,l_ee_postal_code);

421: hr_utility.set_location('l_locked_aai'||l_locked_aai,425);
422:
423: if l_locked_aai is not null then
424:
425: l_employee_address:=PAY_NL_GENERAL.get_employee_address(Cur_EE_ATS_File_rec.person_id,l_tax_year_end_date,l_ee_house_number,l_ee_house_no_add,l_ee_street_name,l_ee_line1,l_ee_line2,l_ee_line3,l_ee_city,l_ee_country,l_ee_postal_code);
426:
427: l_ee_house_no_field := l_ee_house_number || l_ee_house_no_add;
428:
429: