DBA Data[Home] [Help]

APPS.PAY_SE_INCOME_STATEMENT dependencies on HR_GENERAL

Line 3535: hr_general.decode_lookup ('SE_INCOME_STATEMENT_TYPE'

3531:
3532: CLOSE csr_person_inc_stmt_spec;
3533:
3534: l_statement_type :=
3535: hr_general.decode_lookup ('SE_INCOME_STATEMENT_TYPE'
3536: ,lr_person_inc_stmt_spec.pei_information1
3537: );
3538: l_correction_date := lr_person_inc_stmt_spec.pei_information2;
3539: l_tax_country_code := lr_person_inc_stmt_spec.pei_information4;

Line 3545: -- l_WOrk_period_meaning := hr_general.decode_lookup ('SE_INCOME_WORK_PERIOD',lr_Person_inc_stmt_spec.PEI_INFORMATION6);

3541: l_ftin := lr_person_inc_stmt_spec.pei_information5;
3542: l_work_country_meaning := get_country(lr_person_inc_stmt_spec.pei_information7);
3543: l_work_country_code := lr_person_inc_stmt_spec.pei_information7;
3544: l_work_period := lr_person_inc_stmt_spec.pei_information8;
3545: -- l_WOrk_period_meaning := hr_general.decode_lookup ('SE_INCOME_WORK_PERIOD',lr_Person_inc_stmt_spec.PEI_INFORMATION6);
3546: --logger ('l_statement_type ', l_statement_type);
3547: --logger ('l_correction_date ', l_correction_date);
3548: --logger ('l_tax_country_code ', l_tax_country_code);
3549: --logger ('l_tax_country_meaning ', l_tax_country_meaning);

Line 3566: hr_general.decode_lookup ('SE_EMPLOYER_REGULATION'

3562: CLOSE csr_person_inc_stmt_spec;
3563:
3564: l_emp_regulation_category_code := lr_person_inc_stmt_spec.pei_information1;
3565: l_emp_regulation_category :=
3566: hr_general.decode_lookup ('SE_EMPLOYER_REGULATION'
3567: ,lr_person_inc_stmt_spec.pei_information1
3568: );
3569: l_article_details := lr_person_inc_stmt_spec.pei_information2;
3570: --logger ('l_emp_regulation_category ', l_emp_regulation_category);