DBA Data[Home] [Help]

APPS.PAY_KR_PAYKRYTR_PKG dependencies on HR_GENERAL

Line 762: p_sep_pen_type1 := hr_general.decode_lookup('KR_YEA_SEP_PEN_TYPES',l_yea_info.sep_pen_type_tbl(i));

758: for i in 1..l_yea_info.sep_pen_type_tbl.count loop
759: if i=1 then
760: p_sep_pen_exem_amt1 := l_yea_info.sep_pen_exem_amt1;
761: p_sep_pen_priority1 := l_yea_info.sep_pen_priority_tbl(i);
762: p_sep_pen_type1 := hr_general.decode_lookup('KR_YEA_SEP_PEN_TYPES',l_yea_info.sep_pen_type_tbl(i));
763: p_sep_pen_fin_inst1 := hr_general.decode_lookup('KR_YEA_FIN_INST_CODES',l_yea_info.sep_pen_fin_institute_tbl(i));
764: p_sep_pen_acc_number1 := l_yea_info.sep_pen_acc_number_tbl(i);
765: p_sep_pen_cont_amt1 := l_yea_info.sep_pen_cont_amount_tbl(i);
766: else

Line 763: p_sep_pen_fin_inst1 := hr_general.decode_lookup('KR_YEA_FIN_INST_CODES',l_yea_info.sep_pen_fin_institute_tbl(i));

759: if i=1 then
760: p_sep_pen_exem_amt1 := l_yea_info.sep_pen_exem_amt1;
761: p_sep_pen_priority1 := l_yea_info.sep_pen_priority_tbl(i);
762: p_sep_pen_type1 := hr_general.decode_lookup('KR_YEA_SEP_PEN_TYPES',l_yea_info.sep_pen_type_tbl(i));
763: p_sep_pen_fin_inst1 := hr_general.decode_lookup('KR_YEA_FIN_INST_CODES',l_yea_info.sep_pen_fin_institute_tbl(i));
764: p_sep_pen_acc_number1 := l_yea_info.sep_pen_acc_number_tbl(i);
765: p_sep_pen_cont_amt1 := l_yea_info.sep_pen_cont_amount_tbl(i);
766: else
767: if i=2 then

Line 770: p_sep_pen_type2 := hr_general.decode_lookup('KR_YEA_SEP_PEN_TYPES',l_yea_info.sep_pen_type_tbl(i));

766: else
767: if i=2 then
768: p_sep_pen_exem_amt2 := l_yea_info.sep_pen_exem_amt2;
769: p_sep_pen_priority2 := l_yea_info.sep_pen_priority_tbl(i);
770: p_sep_pen_type2 := hr_general.decode_lookup('KR_YEA_SEP_PEN_TYPES',l_yea_info.sep_pen_type_tbl(i));
771: p_sep_pen_fin_inst2 := hr_general.decode_lookup('KR_YEA_FIN_INST_CODES',l_yea_info.sep_pen_fin_institute_tbl(i));
772: p_sep_pen_acc_number2 := l_yea_info.sep_pen_acc_number_tbl(i);
773: p_sep_pen_cont_amt2 := l_yea_info.sep_pen_cont_amount_tbl(i);
774:

Line 771: p_sep_pen_fin_inst2 := hr_general.decode_lookup('KR_YEA_FIN_INST_CODES',l_yea_info.sep_pen_fin_institute_tbl(i));

767: if i=2 then
768: p_sep_pen_exem_amt2 := l_yea_info.sep_pen_exem_amt2;
769: p_sep_pen_priority2 := l_yea_info.sep_pen_priority_tbl(i);
770: p_sep_pen_type2 := hr_general.decode_lookup('KR_YEA_SEP_PEN_TYPES',l_yea_info.sep_pen_type_tbl(i));
771: p_sep_pen_fin_inst2 := hr_general.decode_lookup('KR_YEA_FIN_INST_CODES',l_yea_info.sep_pen_fin_institute_tbl(i));
772: p_sep_pen_acc_number2 := l_yea_info.sep_pen_acc_number_tbl(i);
773: p_sep_pen_cont_amt2 := l_yea_info.sep_pen_cont_amount_tbl(i);
774:
775: end if;

Line 783: p_pen_sav_type1 := hr_general.decode_lookup('KR_YEA_PEN_SAVING_TYPES',l_yea_info.pen_saving_type_tbl(i));

779: for i in 1..l_yea_info.pen_saving_type_tbl.count loop
780: if i=1 then
781: p_pen_sav_priority1 := l_yea_info.pen_saving_priority_tbl(i);
782: p_pen_sav_exem_amt1 := l_yea_info.pen_sav_exem_amt1;
783: p_pen_sav_type1 := hr_general.decode_lookup('KR_YEA_PEN_SAVING_TYPES',l_yea_info.pen_saving_type_tbl(i));
784: p_pen_sav_fin_inst1 := hr_general.decode_lookup('KR_YEA_FIN_INST_CODES',l_yea_info.pen_saving_fin_institute_tbl(i));
785: p_pen_sav_acc_number1 := l_yea_info.pen_saving_acc_number_tbl(i);
786: p_pen_sav_cont_amt1 := l_yea_info.pen_saving_cont_amount_tbl(i);
787: else

Line 784: p_pen_sav_fin_inst1 := hr_general.decode_lookup('KR_YEA_FIN_INST_CODES',l_yea_info.pen_saving_fin_institute_tbl(i));

780: if i=1 then
781: p_pen_sav_priority1 := l_yea_info.pen_saving_priority_tbl(i);
782: p_pen_sav_exem_amt1 := l_yea_info.pen_sav_exem_amt1;
783: p_pen_sav_type1 := hr_general.decode_lookup('KR_YEA_PEN_SAVING_TYPES',l_yea_info.pen_saving_type_tbl(i));
784: p_pen_sav_fin_inst1 := hr_general.decode_lookup('KR_YEA_FIN_INST_CODES',l_yea_info.pen_saving_fin_institute_tbl(i));
785: p_pen_sav_acc_number1 := l_yea_info.pen_saving_acc_number_tbl(i);
786: p_pen_sav_cont_amt1 := l_yea_info.pen_saving_cont_amount_tbl(i);
787: else
788: if i=2 then

Line 791: p_pen_sav_type2 := hr_general.decode_lookup('KR_YEA_PEN_SAVING_TYPES',l_yea_info.pen_saving_type_tbl(i));

787: else
788: if i=2 then
789: p_pen_sav_priority2 := l_yea_info.pen_saving_priority_tbl(i);
790: p_pen_sav_exem_amt2 := l_yea_info.pen_sav_exem_amt2;
791: p_pen_sav_type2 := hr_general.decode_lookup('KR_YEA_PEN_SAVING_TYPES',l_yea_info.pen_saving_type_tbl(i));
792: p_pen_sav_fin_inst2 := hr_general.decode_lookup('KR_YEA_FIN_INST_CODES',l_yea_info.pen_saving_fin_institute_tbl(i));
793: p_pen_sav_acc_number2 := l_yea_info.pen_saving_acc_number_tbl(i);
794: p_pen_sav_cont_amt2 := l_yea_info.pen_saving_cont_amount_tbl(i);
795: end if;

Line 792: p_pen_sav_fin_inst2 := hr_general.decode_lookup('KR_YEA_FIN_INST_CODES',l_yea_info.pen_saving_fin_institute_tbl(i));

788: if i=2 then
789: p_pen_sav_priority2 := l_yea_info.pen_saving_priority_tbl(i);
790: p_pen_sav_exem_amt2 := l_yea_info.pen_sav_exem_amt2;
791: p_pen_sav_type2 := hr_general.decode_lookup('KR_YEA_PEN_SAVING_TYPES',l_yea_info.pen_saving_type_tbl(i));
792: p_pen_sav_fin_inst2 := hr_general.decode_lookup('KR_YEA_FIN_INST_CODES',l_yea_info.pen_saving_fin_institute_tbl(i));
793: p_pen_sav_acc_number2 := l_yea_info.pen_saving_acc_number_tbl(i);
794: p_pen_sav_cont_amt2 := l_yea_info.pen_saving_cont_amount_tbl(i);
795: end if;
796: end if;

Line 802: p_hou_sav_type1 := hr_general.decode_lookup('KR_HOUSING_SAVING_TYPE',l_yea_info.hou_saving_type_tbl(i));

798: for i in 1..l_yea_info.hou_saving_type_tbl.count loop
799: if i=1 then
800: p_hou_sav_priority1 := l_yea_info.hou_saving_priority_tbl(i);
801: p_hou_sav_exem_amt1 := l_yea_info.hou_sav_exem_amt1;
802: p_hou_sav_type1 := hr_general.decode_lookup('KR_HOUSING_SAVING_TYPE',l_yea_info.hou_saving_type_tbl(i));
803: p_hou_sav_fin_inst1 := hr_general.decode_lookup('KR_YEA_FIN_INST_CODES',l_yea_info.hou_saving_fin_institute_tbl(i));
804: p_hou_sav_acc_number1 := l_yea_info.hou_saving_acc_number_tbl(i);
805: p_hou_sav_cont_amt1 := l_yea_info.hou_saving_cont_amount_tbl(i);
806: else

Line 803: p_hou_sav_fin_inst1 := hr_general.decode_lookup('KR_YEA_FIN_INST_CODES',l_yea_info.hou_saving_fin_institute_tbl(i));

799: if i=1 then
800: p_hou_sav_priority1 := l_yea_info.hou_saving_priority_tbl(i);
801: p_hou_sav_exem_amt1 := l_yea_info.hou_sav_exem_amt1;
802: p_hou_sav_type1 := hr_general.decode_lookup('KR_HOUSING_SAVING_TYPE',l_yea_info.hou_saving_type_tbl(i));
803: p_hou_sav_fin_inst1 := hr_general.decode_lookup('KR_YEA_FIN_INST_CODES',l_yea_info.hou_saving_fin_institute_tbl(i));
804: p_hou_sav_acc_number1 := l_yea_info.hou_saving_acc_number_tbl(i);
805: p_hou_sav_cont_amt1 := l_yea_info.hou_saving_cont_amount_tbl(i);
806: else
807: if i=2 then

Line 810: p_hou_sav_type2 := hr_general.decode_lookup('KR_HOUSING_SAVING_TYPE',l_yea_info.hou_saving_type_tbl(i));

806: else
807: if i=2 then
808: p_hou_sav_priority2 := l_yea_info.hou_saving_priority_tbl(i);
809: p_hou_sav_exem_amt2 := l_yea_info.hou_sav_exem_amt2;
810: p_hou_sav_type2 := hr_general.decode_lookup('KR_HOUSING_SAVING_TYPE',l_yea_info.hou_saving_type_tbl(i));
811: p_hou_sav_fin_inst2 := hr_general.decode_lookup('KR_YEA_FIN_INST_CODES',l_yea_info.hou_saving_fin_institute_tbl(i));
812: p_hou_sav_acc_number2 := l_yea_info.hou_saving_acc_number_tbl(i);
813: p_hou_sav_cont_amt2 := l_yea_info.hou_saving_cont_amount_tbl(i);
814: end if;

Line 811: p_hou_sav_fin_inst2 := hr_general.decode_lookup('KR_YEA_FIN_INST_CODES',l_yea_info.hou_saving_fin_institute_tbl(i));

807: if i=2 then
808: p_hou_sav_priority2 := l_yea_info.hou_saving_priority_tbl(i);
809: p_hou_sav_exem_amt2 := l_yea_info.hou_sav_exem_amt2;
810: p_hou_sav_type2 := hr_general.decode_lookup('KR_HOUSING_SAVING_TYPE',l_yea_info.hou_saving_type_tbl(i));
811: p_hou_sav_fin_inst2 := hr_general.decode_lookup('KR_YEA_FIN_INST_CODES',l_yea_info.hou_saving_fin_institute_tbl(i));
812: p_hou_sav_acc_number2 := l_yea_info.hou_saving_acc_number_tbl(i);
813: p_hou_sav_cont_amt2 := l_yea_info.hou_saving_cont_amount_tbl(i);
814: end if;
815:

Line 819: p_hou_sav_type3 := hr_general.decode_lookup('KR_HOUSING_SAVING_TYPE',l_yea_info.hou_saving_type_tbl(i));

815:
816: if i=3 then
817: p_hou_sav_priority3 := l_yea_info.hou_saving_priority_tbl(i);
818: p_hou_sav_exem_amt3 := l_yea_info.hou_sav_exem_amt3;
819: p_hou_sav_type3 := hr_general.decode_lookup('KR_HOUSING_SAVING_TYPE',l_yea_info.hou_saving_type_tbl(i));
820: p_hou_sav_fin_inst3 := hr_general.decode_lookup('KR_YEA_FIN_INST_CODES',l_yea_info.hou_saving_fin_institute_tbl(i));
821: p_hou_sav_acc_number3 := l_yea_info.hou_saving_acc_number_tbl(i);
822: p_hou_sav_cont_amt3 := l_yea_info.hou_saving_cont_amount_tbl(i);
823: end if;

Line 820: p_hou_sav_fin_inst3 := hr_general.decode_lookup('KR_YEA_FIN_INST_CODES',l_yea_info.hou_saving_fin_institute_tbl(i));

816: if i=3 then
817: p_hou_sav_priority3 := l_yea_info.hou_saving_priority_tbl(i);
818: p_hou_sav_exem_amt3 := l_yea_info.hou_sav_exem_amt3;
819: p_hou_sav_type3 := hr_general.decode_lookup('KR_HOUSING_SAVING_TYPE',l_yea_info.hou_saving_type_tbl(i));
820: p_hou_sav_fin_inst3 := hr_general.decode_lookup('KR_YEA_FIN_INST_CODES',l_yea_info.hou_saving_fin_institute_tbl(i));
821: p_hou_sav_acc_number3 := l_yea_info.hou_saving_acc_number_tbl(i);
822: p_hou_sav_cont_amt3 := l_yea_info.hou_saving_cont_amount_tbl(i);
823: end if;
824: end if;

Line 831: p_lt_stck_sav_type1 := hr_general.decode_lookup('KR_YEA_LT_STOCK_SAVING_YEAR',l_yea_info.lt_stck_saving_type_tbl(i));

827: for i in 1..l_yea_info.lt_stck_saving_type_tbl.count loop
828: if i=1 then
829: p_lt_stck_sav_priority1 := l_yea_info.lt_stck_saving_priority_tbl(i);
830: p_lt_stck_sav_exem_amt1 := l_yea_info.lt_stck_sav_exem_amt1;
831: p_lt_stck_sav_type1 := hr_general.decode_lookup('KR_YEA_LT_STOCK_SAVING_YEAR',l_yea_info.lt_stck_saving_type_tbl(i));
832: p_lt_stck_sav_fin_inst1 := hr_general.decode_lookup('KR_YEA_FIN_INST_CODES',l_yea_info.lt_stck_saving_fin_inst_tbl(i));
833: p_lt_stck_sav_acc_number1 := l_yea_info.lt_stck_saving_acc_number_tbl(i);
834: p_lt_stck_sav_cont_amt1 := l_yea_info.lt_stck_saving_cont_amt_tbl(i);
835: else

Line 832: p_lt_stck_sav_fin_inst1 := hr_general.decode_lookup('KR_YEA_FIN_INST_CODES',l_yea_info.lt_stck_saving_fin_inst_tbl(i));

828: if i=1 then
829: p_lt_stck_sav_priority1 := l_yea_info.lt_stck_saving_priority_tbl(i);
830: p_lt_stck_sav_exem_amt1 := l_yea_info.lt_stck_sav_exem_amt1;
831: p_lt_stck_sav_type1 := hr_general.decode_lookup('KR_YEA_LT_STOCK_SAVING_YEAR',l_yea_info.lt_stck_saving_type_tbl(i));
832: p_lt_stck_sav_fin_inst1 := hr_general.decode_lookup('KR_YEA_FIN_INST_CODES',l_yea_info.lt_stck_saving_fin_inst_tbl(i));
833: p_lt_stck_sav_acc_number1 := l_yea_info.lt_stck_saving_acc_number_tbl(i);
834: p_lt_stck_sav_cont_amt1 := l_yea_info.lt_stck_saving_cont_amt_tbl(i);
835: else
836: if i=2 then

Line 839: p_lt_stck_sav_type2 := hr_general.decode_lookup('KR_YEA_LT_STOCK_SAVING_YEAR',l_yea_info.lt_stck_saving_type_tbl(i));

835: else
836: if i=2 then
837: p_lt_stck_sav_priority2 := l_yea_info.lt_stck_saving_priority_tbl(i);
838: p_lt_stck_sav_exem_amt2 := l_yea_info.lt_stck_sav_exem_amt2;
839: p_lt_stck_sav_type2 := hr_general.decode_lookup('KR_YEA_LT_STOCK_SAVING_YEAR',l_yea_info.lt_stck_saving_type_tbl(i));
840: p_lt_stck_sav_fin_inst2 := hr_general.decode_lookup('KR_YEA_FIN_INST_CODES',l_yea_info.lt_stck_saving_fin_inst_tbl(i));
841: p_lt_stck_sav_acc_number2 := l_yea_info.lt_stck_saving_acc_number_tbl(i);
842: p_lt_stck_sav_cont_amt2 := l_yea_info.lt_stck_saving_cont_amt_tbl(i);
843: end if;

Line 840: p_lt_stck_sav_fin_inst2 := hr_general.decode_lookup('KR_YEA_FIN_INST_CODES',l_yea_info.lt_stck_saving_fin_inst_tbl(i));

836: if i=2 then
837: p_lt_stck_sav_priority2 := l_yea_info.lt_stck_saving_priority_tbl(i);
838: p_lt_stck_sav_exem_amt2 := l_yea_info.lt_stck_sav_exem_amt2;
839: p_lt_stck_sav_type2 := hr_general.decode_lookup('KR_YEA_LT_STOCK_SAVING_YEAR',l_yea_info.lt_stck_saving_type_tbl(i));
840: p_lt_stck_sav_fin_inst2 := hr_general.decode_lookup('KR_YEA_FIN_INST_CODES',l_yea_info.lt_stck_saving_fin_inst_tbl(i));
841: p_lt_stck_sav_acc_number2 := l_yea_info.lt_stck_saving_acc_number_tbl(i);
842: p_lt_stck_sav_cont_amt2 := l_yea_info.lt_stck_saving_cont_amt_tbl(i);
843: end if;
844:

Line 848: p_lt_stck_sav_type3 := hr_general.decode_lookup('KR_YEA_LT_STOCK_SAVING_YEAR',l_yea_info.lt_stck_saving_type_tbl(i));

844:
845: if i=3 then
846: p_lt_stck_sav_priority3 := l_yea_info.lt_stck_saving_priority_tbl(i);
847: p_lt_stck_sav_exem_amt3 := l_yea_info.lt_stck_sav_exem_amt3;
848: p_lt_stck_sav_type3 := hr_general.decode_lookup('KR_YEA_LT_STOCK_SAVING_YEAR',l_yea_info.lt_stck_saving_type_tbl(i));
849: p_lt_stck_sav_fin_inst3 := hr_general.decode_lookup('KR_YEA_FIN_INST_CODES',l_yea_info.lt_stck_saving_fin_inst_tbl(i));
850: p_lt_stck_sav_acc_number3 := l_yea_info.lt_stck_saving_acc_number_tbl(i);
851: p_lt_stck_sav_cont_amt3 := l_yea_info.lt_stck_saving_cont_amt_tbl(i);
852: end if;

Line 849: p_lt_stck_sav_fin_inst3 := hr_general.decode_lookup('KR_YEA_FIN_INST_CODES',l_yea_info.lt_stck_saving_fin_inst_tbl(i));

845: if i=3 then
846: p_lt_stck_sav_priority3 := l_yea_info.lt_stck_saving_priority_tbl(i);
847: p_lt_stck_sav_exem_amt3 := l_yea_info.lt_stck_sav_exem_amt3;
848: p_lt_stck_sav_type3 := hr_general.decode_lookup('KR_YEA_LT_STOCK_SAVING_YEAR',l_yea_info.lt_stck_saving_type_tbl(i));
849: p_lt_stck_sav_fin_inst3 := hr_general.decode_lookup('KR_YEA_FIN_INST_CODES',l_yea_info.lt_stck_saving_fin_inst_tbl(i));
850: p_lt_stck_sav_acc_number3 := l_yea_info.lt_stck_saving_acc_number_tbl(i);
851: p_lt_stck_sav_cont_amt3 := l_yea_info.lt_stck_saving_cont_amt_tbl(i);
852: end if;
853: end if;