DBA Data[Home] [Help]

APPS.PAY_KW_PIFSS_REPORT dependencies on PAY_KW_GENERAL

Line 588: if l_test_cont_sal <= to_number(pay_kw_general.get_table_bands(p_effective_date,'Kuwait Social Insurance','MIN_LOW')) then

584: open csr_get_first_assact_id (p_employer_id ,l_act_first_date, p_person_id );
585: fetch csr_get_first_assact_id into l_first_assact_id;
586: close csr_get_first_assact_id ;
587: l_test_cont_sal := pay_balance_pkg.get_value(l_cont_wage_id,l_first_assact_id);
588: if l_test_cont_sal <= to_number(pay_kw_general.get_table_bands(p_effective_date,'Kuwait Social Insurance','MIN_LOW')) then
589: l_test_cont_sal := to_number(pay_kw_general.get_table_bands(p_effective_date,'Kuwait Social Insurance','MIN_LOW'));
590: elsif l_test_cont_sal >= to_number(pay_kw_general.get_table_bands(p_effective_date,'Kuwait Social Insurance','MAX_HIGH')) then
591: l_test_cont_sal := to_number(pay_kw_general.get_table_bands(p_effective_date,'Kuwait Social Insurance','MAX_HIGH'));
592: end if;

Line 589: l_test_cont_sal := to_number(pay_kw_general.get_table_bands(p_effective_date,'Kuwait Social Insurance','MIN_LOW'));

585: fetch csr_get_first_assact_id into l_first_assact_id;
586: close csr_get_first_assact_id ;
587: l_test_cont_sal := pay_balance_pkg.get_value(l_cont_wage_id,l_first_assact_id);
588: if l_test_cont_sal <= to_number(pay_kw_general.get_table_bands(p_effective_date,'Kuwait Social Insurance','MIN_LOW')) then
589: l_test_cont_sal := to_number(pay_kw_general.get_table_bands(p_effective_date,'Kuwait Social Insurance','MIN_LOW'));
590: elsif l_test_cont_sal >= to_number(pay_kw_general.get_table_bands(p_effective_date,'Kuwait Social Insurance','MAX_HIGH')) then
591: l_test_cont_sal := to_number(pay_kw_general.get_table_bands(p_effective_date,'Kuwait Social Insurance','MAX_HIGH'));
592: end if;
593: l_first_sal := l_test_cont_sal*1000;

Line 590: elsif l_test_cont_sal >= to_number(pay_kw_general.get_table_bands(p_effective_date,'Kuwait Social Insurance','MAX_HIGH')) then

586: close csr_get_first_assact_id ;
587: l_test_cont_sal := pay_balance_pkg.get_value(l_cont_wage_id,l_first_assact_id);
588: if l_test_cont_sal <= to_number(pay_kw_general.get_table_bands(p_effective_date,'Kuwait Social Insurance','MIN_LOW')) then
589: l_test_cont_sal := to_number(pay_kw_general.get_table_bands(p_effective_date,'Kuwait Social Insurance','MIN_LOW'));
590: elsif l_test_cont_sal >= to_number(pay_kw_general.get_table_bands(p_effective_date,'Kuwait Social Insurance','MAX_HIGH')) then
591: l_test_cont_sal := to_number(pay_kw_general.get_table_bands(p_effective_date,'Kuwait Social Insurance','MAX_HIGH'));
592: end if;
593: l_first_sal := l_test_cont_sal*1000;
594:

Line 591: l_test_cont_sal := to_number(pay_kw_general.get_table_bands(p_effective_date,'Kuwait Social Insurance','MAX_HIGH'));

587: l_test_cont_sal := pay_balance_pkg.get_value(l_cont_wage_id,l_first_assact_id);
588: if l_test_cont_sal <= to_number(pay_kw_general.get_table_bands(p_effective_date,'Kuwait Social Insurance','MIN_LOW')) then
589: l_test_cont_sal := to_number(pay_kw_general.get_table_bands(p_effective_date,'Kuwait Social Insurance','MIN_LOW'));
590: elsif l_test_cont_sal >= to_number(pay_kw_general.get_table_bands(p_effective_date,'Kuwait Social Insurance','MAX_HIGH')) then
591: l_test_cont_sal := to_number(pay_kw_general.get_table_bands(p_effective_date,'Kuwait Social Insurance','MAX_HIGH'));
592: end if;
593: l_first_sal := l_test_cont_sal*1000;
594:
595: /*