DBA Data[Home] [Help]

APPS.PAY_JP_DEF_REPORT_PKG dependencies on HR_GENERAL

Line 998: l_body_rec.o_household_head_contact_type := hr_general.decode_lookup('CONTACT',l_csr_data_ass.household_head_contact_type);

994: l_body_rec.o_household_head_contact_type := c_self;
995: if l_csr_data_ass.household_head_ctr_id is not null then
996: --
997: l_body_rec.o_household_head_full_name := l_csr_data_ass.household_head_full_name;
998: l_body_rec.o_household_head_contact_type := hr_general.decode_lookup('CONTACT',l_csr_data_ass.household_head_contact_type);
999: if l_csr_data_ass.household_head_contact_type = 'S' then
1000: --
1001: l_body_rec.o_household_head_contact_type := c_husband;
1002: if l_csr_data_ass.sex = 'M' then

Line 1035: l_body_rec.a_emp_disability_details := hr_general.decode_lookup('JP_DEF_DISABILITY_TYPE',l_csr_data_ass.disability_type)||

1031: l_body_rec.o_emp_working_st_flag := pay_jp_report_pkg.set_circle(l_csr_data_ass.working_student_type,'1');
1032: --
1033: if l_csr_data_ass.disability_type <> '0' then
1034: --
1035: l_body_rec.a_emp_disability_details := hr_general.decode_lookup('JP_DEF_DISABILITY_TYPE',l_csr_data_ass.disability_type)||
1036: '('||l_csr_data_ass.disability_details||')';
1037: l_body_rec.o_details := pay_jp_report_pkg.concatenate(l_body_rec.o_details,l_body_rec.a_emp_disability_details);
1038: --
1039: end if;

Line 1043: l_body_rec.a_emp_aged_details := hr_general.decode_lookup('JP_DEF_AGED_TYPE',l_csr_data_ass.aged_type)||

1039: end if;
1040: --
1041: if l_csr_data_ass.aged_type <> '0' then
1042: --
1043: l_body_rec.a_emp_aged_details := hr_general.decode_lookup('JP_DEF_AGED_TYPE',l_csr_data_ass.aged_type)||
1044: '('||l_csr_data_ass.aged_details||')';
1045: l_body_rec.o_details := pay_jp_report_pkg.concatenate(l_body_rec.o_details,l_body_rec.a_emp_aged_details);
1046: --
1047: end if;

Line 1051: l_body_rec.a_emp_widow_details := hr_general.decode_lookup('JP_DEF_WIDOW_TYPE',l_csr_data_ass.widow_type)||

1047: end if;
1048: --
1049: if l_csr_data_ass.widow_type <> '0' then
1050: --
1051: l_body_rec.a_emp_widow_details := hr_general.decode_lookup('JP_DEF_WIDOW_TYPE',l_csr_data_ass.widow_type)||
1052: '('||l_csr_data_ass.widow_details||')';
1053: l_body_rec.o_details := pay_jp_report_pkg.concatenate(l_body_rec.o_details,l_body_rec.a_emp_widow_details);
1054: --
1055: end if;

Line 1059: l_body_rec.a_emp_working_st_details := hr_general.decode_lookup('JP_DEF_WORKING_STUDENT_TYPE',l_csr_data_ass.working_student_type)||

1055: end if;
1056: --
1057: if l_csr_data_ass.working_student_type <> '0' then
1058: --
1059: l_body_rec.a_emp_working_st_details := hr_general.decode_lookup('JP_DEF_WORKING_STUDENT_TYPE',l_csr_data_ass.working_student_type)||
1060: '('||l_csr_data_ass.working_student_details||')';
1061: l_body_rec.o_details := pay_jp_report_pkg.concatenate(l_body_rec.o_details,l_body_rec.a_emp_working_st_details);
1062: --
1063: end if;

Line 1100: '('||hr_general.decode_lookup('JP_DEF_DEP_DISABILITY_TYPE',l_csr_data_spouse.disability_type)||

1096: --
1097: if l_csr_data_spouse.disability_type <> '0' then
1098: --
1099: l_body_rec.a_sp_disability_details := l_body_rec.o_sp_full_name||
1100: '('||hr_general.decode_lookup('JP_DEF_DEP_DISABILITY_TYPE',l_csr_data_spouse.disability_type)||
1101: ','||l_csr_data_spouse.disability_details||')';
1102: l_body_rec.o_details := pay_jp_report_pkg.concatenate(l_body_rec.o_details,l_body_rec.a_sp_disability_details);
1103: --
1104: end if;

Line 1141: l_data_dep_tbl(l_data_dep_cnt).o_dep_contact_type := hr_general.decode_lookup('CONTACT',l_csr_data_dep.contact_type);

1137: l_data_dep_tbl(l_data_dep_cnt).o_dep_change_date := pay_jp_report_pkg.jp_era_date(l_csr_data_dep.change_date,'FMEYY.MM.DD');
1138: l_data_dep_tbl(l_data_dep_cnt).o_dep_change_reason := l_csr_data_dep.change_reason;
1139: l_data_dep_tbl(l_data_dep_cnt).a_dep_disability_type_b := l_csr_data_dep.disability_type;
1140: --
1141: l_data_dep_tbl(l_data_dep_cnt).o_dep_contact_type := hr_general.decode_lookup('CONTACT',l_csr_data_dep.contact_type);
1142: if l_csr_data_dep.contact_type = 'S' then
1143: --
1144: l_data_dep_tbl(l_data_dep_cnt).o_dep_contact_type := c_husband;
1145: if l_csr_data_ass.sex = 'M' then

Line 1156: '('||hr_general.decode_lookup('JP_DEF_DEP_DISABILITY_TYPE',l_csr_data_dep.disability_type)||

1152: --
1153: if l_csr_data_dep.disability_type <> '0' then
1154: --
1155: l_data_dep_tbl(l_data_dep_cnt).a_dep_disability_details := l_data_dep_tbl(l_data_dep_cnt).o_dep_full_name||
1156: '('||hr_general.decode_lookup('JP_DEF_DEP_DISABILITY_TYPE',l_csr_data_dep.disability_type)||
1157: ','||l_csr_data_dep.disability_details||')';
1158: --
1159: if l_csr_data_dep.disability_type = '10' then
1160: --

Line 1243: l_data_dep_oe_tbl(l_data_dep_oe_cnt).o_dep_oe_contact_type := hr_general.decode_lookup('CONTACT',l_csr_data_dep_oe.contact_type);

1239: l_data_dep_oe_tbl(l_data_dep_oe_cnt).o_dep_oe_oe_full_name := l_csr_data_dep_oe.oe_full_name;
1240: l_data_dep_oe_tbl(l_data_dep_oe_cnt).a_dep_oe_oe_contact_type_b := l_csr_data_dep_oe.oe_contact_type;
1241: l_data_dep_oe_tbl(l_data_dep_oe_cnt).o_dep_oe_oe_address := l_csr_data_dep_oe.oe_address;
1242: --
1243: l_data_dep_oe_tbl(l_data_dep_oe_cnt).o_dep_oe_contact_type := hr_general.decode_lookup('CONTACT',l_csr_data_dep_oe.contact_type);
1244: if l_csr_data_dep_oe.contact_type = 'S' then
1245: --
1246: l_data_dep_oe_tbl(l_data_dep_oe_cnt).o_dep_oe_contact_type := c_husband;
1247: if l_csr_data_ass.sex = 'M' then

Line 1255: l_data_dep_oe_tbl(l_data_dep_oe_cnt).o_dep_oe_oe_contact_type := hr_general.decode_lookup('CONTACT',l_csr_data_dep_oe.oe_contact_type);

1251: end if;
1252: --
1253: end if;
1254: --
1255: l_data_dep_oe_tbl(l_data_dep_oe_cnt).o_dep_oe_oe_contact_type := hr_general.decode_lookup('CONTACT',l_csr_data_dep_oe.oe_contact_type);
1256: if l_csr_data_dep_oe.oe_contact_type = 'S' then
1257: --
1258: l_data_dep_oe_tbl(l_data_dep_oe_cnt).o_dep_oe_oe_contact_type := c_husband;
1259: if l_csr_data_ass.sex = 'M' then

Line 1326: l_data_dep_os_tbl(l_data_dep_os_cnt).o_dep_os_contact_type := hr_general.decode_lookup('CONTACT',l_csr_data_dep_os.contact_type);

1322: l_data_dep_os_tbl(l_data_dep_os_cnt).o_dep_os_occupation := l_csr_data_dep_os.occupation;
1323: l_data_dep_os_tbl(l_data_dep_os_cnt).o_dep_os_os_sal_er_name := l_csr_data_dep_os.os_salary_payer_name;
1324: l_data_dep_os_tbl(l_data_dep_os_cnt).o_dep_os_os_sal_er_address := l_csr_data_dep_os.os_salary_payer_address;
1325: --
1326: l_data_dep_os_tbl(l_data_dep_os_cnt).o_dep_os_contact_type := hr_general.decode_lookup('CONTACT',l_csr_data_dep_os.contact_type);
1327: if l_csr_data_dep_os.contact_type = 'S' then
1328: --
1329: l_data_dep_os_tbl(l_data_dep_os_cnt).o_dep_os_contact_type := c_husband;
1330: if l_csr_data_ass.sex = 'M' then

Line 1397: l_data_dep_ltx_tbl(l_data_dep_ltx_cnt).o_dep_ltx_contact_type := hr_general.decode_lookup('CONTACT',l_csr_data_dep_ltx.contact_type);

1393: l_data_dep_ltx_tbl(l_data_dep_ltx_cnt).o_dep_ltx_change_date := pay_jp_report_pkg.jp_era_date(l_csr_data_dep_ltx.change_date,'FMEYY.MM.DD');
1394: l_data_dep_ltx_tbl(l_data_dep_ltx_cnt).o_dep_ltx_change_reason := l_csr_data_dep_ltx.change_reason;
1395: l_data_dep_ltx_tbl(l_data_dep_ltx_cnt).a_dep_ltx_disability_type_b := l_csr_data_dep_ltx.disability_type;
1396: --
1397: l_data_dep_ltx_tbl(l_data_dep_ltx_cnt).o_dep_ltx_contact_type := hr_general.decode_lookup('CONTACT',l_csr_data_dep_ltx.contact_type);
1398: if l_csr_data_dep_ltx.contact_type = 'S' then
1399: --
1400: l_data_dep_ltx_tbl(l_data_dep_ltx_cnt).o_dep_ltx_contact_type := c_husband;
1401: if l_csr_data_ass.sex = 'M' then

Line 1413: '('||hr_general.decode_lookup('JP_DEF_DEP_DISABILITY_TYPE',l_csr_data_dep_ltx.disability_type)||

1409: -- cumulate for dep info
1410: if l_csr_data_dep_ltx.disability_type <> '0' then
1411: --
1412: l_data_dep_ltx_tbl(l_data_dep_ltx_cnt).a_dep_ltx_disability_details := l_data_dep_ltx_tbl(l_data_dep_ltx_cnt).o_dep_ltx_full_name||
1413: '('||hr_general.decode_lookup('JP_DEF_DEP_DISABILITY_TYPE',l_csr_data_dep_ltx.disability_type)||
1414: ','||l_csr_data_dep_ltx.disability_details||')';
1415: --
1416: if l_csr_data_dep_ltx.disability_type = '10' then
1417: --