DBA Data[Home] [Help]

APPS.PAY_SE_INCOME_STATEMENT dependencies on HR_GENERAL

Line 3632: hr_general.decode_lookup ('SE_INCOME_STATEMENT_TYPE'

3628:
3629: CLOSE csr_person_inc_stmt_spec;
3630:
3631: l_statement_type :=
3632: hr_general.decode_lookup ('SE_INCOME_STATEMENT_TYPE'
3633: ,lr_person_inc_stmt_spec.pei_information1
3634: );
3635: l_correction_date := lr_person_inc_stmt_spec.pei_information2;
3636: l_tax_country_code := lr_person_inc_stmt_spec.pei_information4;

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

3638: l_ftin := lr_person_inc_stmt_spec.pei_information5;
3639: l_work_country_meaning := get_country(lr_person_inc_stmt_spec.pei_information7);
3640: l_work_country_code := lr_person_inc_stmt_spec.pei_information7;
3641: l_work_period := lr_person_inc_stmt_spec.pei_information8;
3642: -- l_WOrk_period_meaning := hr_general.decode_lookup ('SE_INCOME_WORK_PERIOD',lr_Person_inc_stmt_spec.PEI_INFORMATION6);
3643: --logger ('l_statement_type ', l_statement_type);
3644: --logger ('l_correction_date ', l_correction_date);
3645: --logger ('l_tax_country_code ', l_tax_country_code);
3646: --logger ('l_tax_country_meaning ', l_tax_country_meaning);

Line 3663: hr_general.decode_lookup ('SE_EMPLOYER_REGULATION'

3659: CLOSE csr_person_inc_stmt_spec;
3660:
3661: l_emp_regulation_category_code := lr_person_inc_stmt_spec.pei_information1;
3662: l_emp_regulation_category :=
3663: hr_general.decode_lookup ('SE_EMPLOYER_REGULATION'
3664: ,lr_person_inc_stmt_spec.pei_information1
3665: );
3666: l_article_details := lr_person_inc_stmt_spec.pei_information2;
3667: --logger ('l_emp_regulation_category ', l_emp_regulation_category);