DBA Data[Home] [Help]

APPS.PAY_PSD_BUS dependencies on HR_GENERAL

Line 218: ,p_argument => hr_general.decode_lookup('PL_FORM_LABELS','CONTRACT_CATEGORY')

214: );
215:
216: hr_api.mandatory_arg_error
217: (p_api_name => l_proc
218: ,p_argument => hr_general.decode_lookup('PL_FORM_LABELS','CONTRACT_CATEGORY')
219: ,p_argument_value => p_contract_category
220: );
221:
222: -- If Contract Category is not null then

Line 311: ,p_argument => hr_general.decode_lookup('PL_FORM_LABELS','BUSINESS_GROUP')

307: );
308:
309: hr_api.mandatory_arg_error
310: (p_api_name => l_proc
311: ,p_argument => hr_general.decode_lookup('PL_FORM_LABELS','BUSINESS_GROUP')
312: ,p_argument_value => p_business_group_id
313: );
314:
315: hr_api.validate_bus_grp_id

Line 442: ,p_argument => hr_general.decode_lookup('PL_FORM_LABELS','PER_ASG_ID')

438: );
439:
440: hr_api.mandatory_arg_error
441: (p_api_name => l_proc
442: ,p_argument => hr_general.decode_lookup('PL_FORM_LABELS','PER_ASG_ID')
443: ,p_argument_value => p_per_or_asg_id
444: );
445:
446: if hr_multi_message.no_exclusive_error

Line 576: ,p_argument => hr_general.decode_lookup('PL_FORM_LABELS','EMP_SOCIAL_SECURITY_INFO')

572: );
573:
574: hr_api.mandatory_arg_error
575: (p_api_name => l_proc
576: ,p_argument => hr_general.decode_lookup('PL_FORM_LABELS','EMP_SOCIAL_SECURITY_INFO')
577: ,p_argument_value => p_emp_social_security_info
578: );
579:
580:

Line 685: ,p_argument => hr_general.decode_lookup('PL_FORM_LABELS','OLD_AGE_CONTRIBUTION')

681: );
682:
683: hr_api.mandatory_arg_error
684: (p_api_name => l_proc
685: ,p_argument => hr_general.decode_lookup('PL_FORM_LABELS','OLD_AGE_CONTRIBUTION')
686: ,p_argument_value => p_old_age_contribution
687: );
688:
689:

Line 721: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','OLD_AGE_CONTRIBUTION'));

717: ) then
718: -- Error: Invalid Contract Category
719: hr_utility.set_message(801,'PAY_375843_INVALID_CONTRI_TYPE');
720: -- This message will be 'The Contribution type does not exist in the system'
721: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','OLD_AGE_CONTRIBUTION'));
722: hr_utility.raise_error;
723: end if;
724: -- Raise an error if 'Voluntary' is specified for a 'NORMAL' or 'TERM_NORMAL' category
725: if (p_contract_category in ('NORMAL','TERM_NORMAL') and p_old_age_contribution = 'D') then

Line 729: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','OLD_AGE_CONTRIBUTION'));

725: if (p_contract_category in ('NORMAL','TERM_NORMAL') and p_old_age_contribution = 'D') then
726: -- Error: Invalid Contract Category
727: hr_utility.set_message(801,'PAY_375871_INVALID_NORMAL_CONT');
728: -- This message will be 'The Contribution type does not exist in the system'
729: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','OLD_AGE_CONTRIBUTION'));
730: hr_utility.raise_error;
731: end if;
732: end if;
733: end if;

Line 808: ,p_argument => hr_general.decode_lookup('PL_FORM_LABELS','PENSION_CONTRIBUTION')

804: );
805:
806: hr_api.mandatory_arg_error
807: (p_api_name => l_proc
808: ,p_argument => hr_general.decode_lookup('PL_FORM_LABELS','PENSION_CONTRIBUTION')
809: ,p_argument_value => p_pension_contribution
810: );
811:
812:

Line 844: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','PENSION_CONTRIBUTION'));

840: ) then
841: -- Error: Invalid Contract Category
842: hr_utility.set_message(801,'PAY_375843_INVALID_CONTRI_TYPE');
843: -- This message will be 'The Contribution type does not exist in the system'
844: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','PENSION_CONTRIBUTION'));
845: hr_utility.raise_error;
846: end if;
847:
848: -- Raise an error if 'Voluntary' is specified for a 'NORMAL' or 'TERM_NORMAL' category

Line 853: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','PENSION_CONTRIBUTION'));

849: if (p_contract_category in ('NORMAL','TERM_NORMAL') and p_pension_contribution = 'D') then
850: -- Error: Invalid Contract Category
851: hr_utility.set_message(801,'PAY_375871_INVALID_NORMAL_CONT');
852: -- This message will be 'The Contribution type does not exist in the system'
853: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','PENSION_CONTRIBUTION'));
854: hr_utility.raise_error;
855: end if;
856: end if;
857: end if;

Line 932: ,p_argument => hr_general.decode_lookup('PL_FORM_LABELS','SICKNESS_CONTRIBUTION')

928: );
929:
930: hr_api.mandatory_arg_error
931: (p_api_name => l_proc
932: ,p_argument => hr_general.decode_lookup('PL_FORM_LABELS','SICKNESS_CONTRIBUTION')
933: ,p_argument_value => p_sickness_contribution
934: );
935:
936:

Line 968: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','SICKNESS_CONTRIBUTION'));

964: ) then
965: -- Error: Invalid Contract Category
966: hr_utility.set_message(801,'PAY_375843_INVALID_CONTRI_TYPE');
967: -- This message will be 'The Contribution type does not exist in the system'
968: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','SICKNESS_CONTRIBUTION'));
969: hr_utility.raise_error;
970: end if;
971:
972: -- Raise an error if 'Voluntary' is specified for a 'NORMAL' or 'TERM_NORMAL' category

Line 977: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','SICKNESS_CONTRIBUTION'));

973: if (p_contract_category in ('NORMAL','TERM_NORMAL') and p_sickness_contribution = 'D') then
974: -- Error: Invalid Contract Category
975: hr_utility.set_message(801,'PAY_375871_INVALID_NORMAL_CONT');
976: -- This message will be 'The Contribution type does not exist in the system'
977: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','SICKNESS_CONTRIBUTION'));
978: hr_utility.raise_error;
979: end if;
980: end if;
981: end if;

Line 1056: ,p_argument => hr_general.decode_lookup('PL_FORM_LABELS','WORK_INJURY_CONTRIBUTION')

1052: );
1053:
1054: hr_api.mandatory_arg_error
1055: (p_api_name => l_proc
1056: ,p_argument => hr_general.decode_lookup('PL_FORM_LABELS','WORK_INJURY_CONTRIBUTION')
1057: ,p_argument_value => p_work_injury_contribution
1058: );
1059:
1060:

Line 1092: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','WORK_INJURY_CONTRIBUTION'));

1088: ) then
1089: -- Error: Invalid Contract Category
1090: hr_utility.set_message(801,'PAY_375843_INVALID_CONTRI_TYPE');
1091: -- This message will be 'The Contribution type does not exist in the system'
1092: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','WORK_INJURY_CONTRIBUTION'));
1093: hr_utility.raise_error;
1094: end if;
1095:
1096: -- Raise an error if 'Voluntary' is specified for a 'NORMAL' or 'TERM_NORMAL' category

Line 1101: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','WORK_INJURY_CONTRIBUTION'));

1097: if (p_contract_category in ('NORMAL','TERM_NORMAL') and p_work_injury_contribution = 'D') then
1098: -- Error: Invalid Contract Category
1099: hr_utility.set_message(801,'PAY_375871_INVALID_NORMAL_CONT');
1100: -- This message will be 'The Contribution type does not exist in the system'
1101: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','WORK_INJURY_CONTRIBUTION'));
1102: hr_utility.raise_error;
1103: end if;
1104: end if;
1105: end if;

Line 1180: ,p_argument => hr_general.decode_lookup('PL_FORM_LABELS','LABOR_CONTRIBUTION')

1176: );
1177:
1178: hr_api.mandatory_arg_error
1179: (p_api_name => l_proc
1180: ,p_argument => hr_general.decode_lookup('PL_FORM_LABELS','LABOR_CONTRIBUTION')
1181: ,p_argument_value => p_labor_contribution
1182: );
1183:
1184:

Line 1216: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','LABOR_CONTRIBUTION'));

1212: ) then
1213: -- Error: Invalid Contract Category
1214: hr_utility.set_message(801,'PAY_375843_INVALID_CONTRI_TYPE');
1215: -- This message will be 'The Contribution type does not exist in the system'
1216: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','LABOR_CONTRIBUTION'));
1217: hr_utility.raise_error;
1218: end if;
1219: -- Raise an error if 'Voluntary' is specified for a 'NORMAL' or 'TERM_NORMAL' category
1220: if (p_contract_category in ('NORMAL','TERM_NORMAL') and p_labor_contribution = 'D') then

Line 1224: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','LABOR_CONTRIBUTION'));

1220: if (p_contract_category in ('NORMAL','TERM_NORMAL') and p_labor_contribution = 'D') then
1221: -- Error: Invalid Contract Category
1222: hr_utility.set_message(801,'PAY_375871_INVALID_NORMAL_CONT');
1223: -- This message will be 'The Contribution type does not exist in the system'
1224: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','LABOR_CONTRIBUTION'));
1225: hr_utility.raise_error;
1226: end if;
1227: end if;
1228: end if;

Line 1303: ,p_argument => hr_general.decode_lookup('PL_FORM_LABELS','HEALTH_CONTRIBUTION')

1299: );
1300:
1301: hr_api.mandatory_arg_error
1302: (p_api_name => l_proc
1303: ,p_argument => hr_general.decode_lookup('PL_FORM_LABELS','HEALTH_CONTRIBUTION')
1304: ,p_argument_value => p_health_contribution
1305: );
1306:
1307:

Line 1339: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','HEALTH_CONTRIBUTION'));

1335: ) then
1336: -- Error: Invalid Contract Category
1337: hr_utility.set_message(801,'PAY_375843_INVALID_CONTRI_TYPE');
1338: -- This message will be 'The Contribution type does not exist in the system'
1339: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','HEALTH_CONTRIBUTION'));
1340: hr_utility.raise_error;
1341: end if;
1342:
1343: -- Raise an error if 'Voluntary' is specified for a 'NORMAL' or 'TERM_NORMAL' category

Line 1348: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','HEALTH_CONTRIBUTION'));

1344: if (p_contract_category in ('NORMAL','TERM_NORMAL') and p_health_contribution = 'D') then
1345: -- Error: Invalid Contract Category
1346: hr_utility.set_message(801,'PAY_375871_INVALID_NORMAL_CONT');
1347: -- This message will be 'The Contribution type does not exist in the system'
1348: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','HEALTH_CONTRIBUTION'));
1349: hr_utility.raise_error;
1350: end if;
1351: end if;
1352: end if;

Line 1428: ,p_argument => hr_general.decode_lookup('PL_FORM_LABELS','UNEMPLOYMENT_CONTRIBUTION')

1424: );
1425:
1426: hr_api.mandatory_arg_error
1427: (p_api_name => l_proc
1428: ,p_argument => hr_general.decode_lookup('PL_FORM_LABELS','UNEMPLOYMENT_CONTRIBUTION')
1429: ,p_argument_value => p_unemployment_contribution
1430: );
1431:
1432:

Line 1464: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','UNEMPLOYMENT_CONTRIBUTION'));

1460: ) then
1461: -- Error: Invalid Contract Category
1462: hr_utility.set_message(801,'PAY_375843_INVALID_CONTRI_TYPE');
1463: -- This message will be 'The Contribution type does not exist in the system'
1464: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','UNEMPLOYMENT_CONTRIBUTION'));
1465: hr_utility.raise_error;
1466: end if;
1467:
1468: -- Raise an error if 'Voluntary' is specified for a 'NORMAL' or 'TERM_NORMAL' category

Line 1473: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','UNEMPLOYMENT_CONTRIBUTION'));

1469: if (p_contract_category in ('NORMAL','TERM_NORMAL') and p_unemployment_contribution = 'D') then
1470: -- Error: Invalid Contract Category
1471: hr_utility.set_message(801,'PAY_375871_INVALID_NORMAL_CONT');
1472: -- This message will be 'The Contribution type does not exist in the system'
1473: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','UNEMPLOYMENT_CONTRIBUTION'));
1474: hr_utility.raise_error;
1475: end if;
1476: end if;
1477: end if;

Line 1575: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','OLD_AGE_CONTRIBUTION'));

1571: if p_old_age_contribution = 'N' and
1572: nvl(pay_psd_shd.g_old_rec.old_age_contribution,'N') <> 'N' then
1573: if p_old_age_cont_end_reason is null then
1574: hr_utility.set_message(801,'PAY_375844_CONT_END_REQD');
1575: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','OLD_AGE_CONTRIBUTION'));
1576: hr_utility.raise_error;
1577: end if;
1578: end if;
1579:

Line 1598: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','OLD_AGE_CONTRIBUTION'));

1594: ,p_lookup_code => p_old_age_cont_end_reason
1595: ) then
1596: -- Error: Invalid Contract Category
1597: hr_utility.set_message(801,'PAY_375845_INVALID_END_REASON');
1598: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','OLD_AGE_CONTRIBUTION'));
1599: -- This message will be 'The Old Age Contribution End Reason type
1600: -- does not exist in the system'
1601: hr_utility.raise_error;
1602: end if;

Line 1611: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','OLD_AGE_CONTRIBUTION'));

1607: if p_old_age_contribution <> 'N' then
1608: -- Raise an error that Old Age Contribution should be 'No Contribution'
1609: -- when Old Age Contribution End Reason has been specified
1610: hr_utility.set_message(801,'PAY_375846_CONTRI_TYPE_REQD');
1611: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','OLD_AGE_CONTRIBUTION'));
1612: hr_utility.raise_error;
1613: end if;
1614:
1615:

Line 1624: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','OLD_AGE_CONTRIBUTION'));

1620:
1621: if p_old_age_contribution = 'N' and
1622: pay_psd_shd.g_old_rec.old_age_contribution = 'N' then
1623: hr_utility.set_message(801,'PAY_375847_INCORREC_END_REASON');
1624: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','OLD_AGE_CONTRIBUTION'));
1625: hr_utility.raise_error;
1626: end if;
1627:
1628:

Line 1730: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','PENSION_CONTRIBUTION'));

1726: if p_pension_contribution = 'N' and
1727: nvl(pay_psd_shd.g_old_rec.pension_contribution,'N') <> 'N' then
1728: if p_pension_cont_end_reason is null then
1729: hr_utility.set_message(801,'PAY_375844_CONT_END_REQD');
1730: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','PENSION_CONTRIBUTION'));
1731: hr_utility.raise_error;
1732: end if;
1733: end if;
1734:

Line 1753: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','PENSION_CONTRIBUTION'));

1749: ,p_lookup_code => p_pension_cont_end_reason
1750: ) then
1751: -- Error: Invalid Contract Category
1752: hr_utility.set_message(801,'PAY_375845_INVALID_END_REASON');
1753: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','PENSION_CONTRIBUTION'));
1754: -- This message will be 'The Pension Contribution End Reason type
1755: -- does not exist in the system'
1756: hr_utility.raise_error;
1757: end if;

Line 1766: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','PENSION_CONTRIBUTION'));

1762: if p_pension_contribution <> 'N' then
1763: -- Raise an error that Pension Contribution should be 'No Contribution'
1764: -- when Pension Contribution End Reason has been specified
1765: hr_utility.set_message(801,'PAY_375846_CONTRI_TYPE_REQD');
1766: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','PENSION_CONTRIBUTION'));
1767: hr_utility.raise_error;
1768: end if;
1769:
1770:

Line 1779: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','PENSION_CONTRIBUTION'));

1775:
1776: if p_pension_contribution = 'N' and
1777: pay_psd_shd.g_old_rec.pension_contribution = 'N' then
1778: hr_utility.set_message(801,'PAY_375847_INCORREC_END_REASON');
1779: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','PENSION_CONTRIBUTION'));
1780: end if;
1781:
1782:
1783: end if;

Line 1883: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','SICKNESS_CONTRIBUTION'));

1879: if p_sickness_contribution = 'N' and
1880: nvl(pay_psd_shd.g_old_rec.sickness_contribution,'N') <> 'N' then
1881: if p_sickness_cont_end_reason is null then
1882: hr_utility.set_message(801,'PAY_375844_CONT_END_REQD');
1883: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','SICKNESS_CONTRIBUTION'));
1884: hr_utility.raise_error;
1885: end if;
1886: end if;
1887:

Line 1906: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','SICKNESS_CONTRIBUTION'));

1902: ,p_lookup_code => p_sickness_cont_end_reason
1903: ) then
1904: -- Error: Invalid Contract Category
1905: hr_utility.set_message(801,'PAY_375845_INVALID_END_REASON');
1906: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','SICKNESS_CONTRIBUTION'));
1907: -- This message will be 'The Sickness Contribution End Reason type
1908: -- does not exist in the system'
1909: hr_utility.raise_error;
1910: end if;

Line 1919: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','SICKNESS_CONTRIBUTION'));

1915: if p_sickness_contribution <> 'N' then
1916: -- Raise an error that Sickness Contribution should be 'No Contribution'
1917: -- when Sickness Contribution End Reason has been specified
1918: hr_utility.set_message(801,'PAY_375846_CONTRI_TYPE_REQD');
1919: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','SICKNESS_CONTRIBUTION'));
1920: hr_utility.raise_error;
1921: end if;
1922:
1923:

Line 1932: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','SICKNESS_CONTRIBUTION'));

1928:
1929: if p_sickness_contribution = 'N' and
1930: pay_psd_shd.g_old_rec.sickness_contribution = 'N' then
1931: hr_utility.set_message(801,'PAY_375847_INCORREC_END_REASON');
1932: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','SICKNESS_CONTRIBUTION'));
1933: end if;
1934:
1935:
1936: end if;

Line 2036: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','WORK_INJURY_CONTRIBUTION'));

2032: if p_work_injury_contribution = 'N' and
2033: nvl(pay_psd_shd.g_old_rec.work_injury_contribution,'N') <> 'N' then
2034: if p_work_injury_cont_end_reason is null then
2035: hr_utility.set_message(801,'PAY_375844_CONT_END_REQD');
2036: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','WORK_INJURY_CONTRIBUTION'));
2037: hr_utility.raise_error;
2038: end if;
2039: end if;
2040:

Line 2059: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','WORK_INJURY_CONTRIBUTION'));

2055: ,p_lookup_code => p_work_injury_cont_end_reason
2056: ) then
2057: -- Error: Invalid Contract Category
2058: hr_utility.set_message(801,'PAY_375845_INVALID_END_REASON');
2059: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','WORK_INJURY_CONTRIBUTION'));
2060: -- This message will be 'The Work Injury Contribution End Reason type
2061: -- does not exist in the system'
2062: hr_utility.raise_error;
2063: end if;

Line 2072: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','WORK_INJURY_CONTRIBUTION'));

2068: if p_work_injury_contribution <> 'N' then
2069: -- Raise an error that Work Injury Contribution should be 'No Contribution'
2070: -- when Work Injury Contribution End Reason has been specified
2071: hr_utility.set_message(801,'PAY_375846_CONTRI_TYPE_REQD');
2072: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','WORK_INJURY_CONTRIBUTION'));
2073: hr_utility.raise_error;
2074: end if;
2075:
2076:

Line 2085: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','WORK_INJURY_CONTRIBUTION'));

2081:
2082: if p_work_injury_contribution = 'N' and
2083: pay_psd_shd.g_old_rec.work_injury_contribution = 'N' then
2084: hr_utility.set_message(801,'PAY_375847_INCORREC_END_REASON');
2085: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','WORK_INJURY_CONTRIBUTION'));
2086: end if;
2087:
2088:
2089: end if;

Line 2189: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','LABOR_CONTRIBUTION'));

2185: if p_labor_contribution = 'N' and
2186: nvl(pay_psd_shd.g_old_rec.labor_contribution,'N') <> 'N' then
2187: if p_labor_fund_cont_end_reason is null then
2188: hr_utility.set_message(801,'PAY_375844_CONT_END_REQD');
2189: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','LABOR_CONTRIBUTION'));
2190: hr_utility.raise_error;
2191: end if;
2192: end if;
2193:

Line 2212: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','LABOR_CONTRIBUTION'));

2208: ,p_lookup_code => p_labor_fund_cont_end_reason
2209: ) then
2210: -- Error: Invalid Contract Category
2211: hr_utility.set_message(801,'PAY_375845_INVALID_END_REASON');
2212: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','LABOR_CONTRIBUTION'));
2213: -- This message will be 'The Labor fund Contribution End Reason type
2214: -- does not exist in the system'
2215: hr_utility.raise_error;
2216: end if;

Line 2225: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','LABOR_CONTRIBUTION'));

2221: if p_labor_contribution <> 'N' then
2222: -- Raise an error that Labor Contribution should be 'No Contribution'
2223: -- when Labor Contribution End Reason has been specified
2224: hr_utility.set_message(801,'PAY_375846_CONTRI_TYPE_REQD');
2225: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','LABOR_CONTRIBUTION'));
2226: hr_utility.raise_error;
2227: end if;
2228:
2229:

Line 2238: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','LABOR_CONTRIBUTION'));

2234:
2235: if p_labor_contribution = 'N' and
2236: pay_psd_shd.g_old_rec.labor_contribution = 'N' then
2237: hr_utility.set_message(801,'PAY_375847_INCORREC_END_REASON');
2238: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','LABOR_CONTRIBUTION'));
2239: end if;
2240:
2241:
2242: end if;

Line 2342: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','HEALTH_CONTRIBUTION'));

2338: if p_health_contribution = 'N' and
2339: nvl(pay_psd_shd.g_old_rec.health_contribution,'N') <> 'N' then
2340: if p_health_cont_end_reason is null then
2341: hr_utility.set_message(801,'PAY_375844_CONT_END_REQD');
2342: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','HEALTH_CONTRIBUTION'));
2343: hr_utility.raise_error;
2344: end if;
2345: end if;
2346:

Line 2365: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','HEALTH_CONTRIBUTION'));

2361: ,p_lookup_code => p_health_cont_end_reason
2362: ) then
2363: -- Error: Invalid Contract Category
2364: hr_utility.set_message(801,'PAY_375845_INVALID_END_REASON');
2365: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','HEALTH_CONTRIBUTION'));
2366: -- This message will be 'The Health Contribution End Reason type
2367: -- does not exist in the system'
2368: hr_utility.raise_error;
2369: end if;

Line 2378: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','HEALTH_CONTRIBUTION'));

2374: if p_health_contribution <> 'N' then
2375: -- Raise an error that Health Contribution should be 'No Contribution'
2376: -- when Health Contribution End Reason has been specified
2377: hr_utility.set_message(801,'PAY_375846_CONTRI_TYPE_REQD');
2378: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','HEALTH_CONTRIBUTION'));
2379: hr_utility.raise_error;
2380: end if;
2381:
2382:

Line 2391: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','HEALTH_CONTRIBUTION'));

2387:
2388: if p_health_contribution = 'N' and
2389: pay_psd_shd.g_old_rec.health_contribution = 'N' then
2390: hr_utility.set_message(801,'PAY_375847_INCORREC_END_REASON');
2391: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','HEALTH_CONTRIBUTION'));
2392: end if;
2393:
2394:
2395: end if;

Line 2495: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','UNEMPLOYMENT_CONTRIBUTION'));

2491: if p_unemployment_contribution = 'N' and
2492: nvl(pay_psd_shd.g_old_rec.unemployment_contribution,'N') <> 'N' then
2493: if p_unemployment_cont_end_reason is null then
2494: hr_utility.set_message(801,'PAY_375844_CONT_END_REQD');
2495: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','UNEMPLOYMENT_CONTRIBUTION'));
2496: hr_utility.raise_error;
2497: end if;
2498: end if;
2499:

Line 2518: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','UNEMPLOYMENT_CONTRIBUTION'));

2514: ,p_lookup_code => p_unemployment_cont_end_reason
2515: ) then
2516: -- Error: Invalid Contract Category
2517: hr_utility.set_message(801,'PAY_375845_INVALID_END_REASON');
2518: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','UNEMPLOYMENT_CONTRIBUTION'));
2519: -- This message will be 'The Unemployment Contribution End Reason type
2520: -- does not exist in the system'
2521: hr_utility.raise_error;
2522: end if;

Line 2531: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','UNEMPLOYMENT_CONTRIBUTION'));

2527: if p_unemployment_contribution <> 'N' then
2528: -- Raise an error that Unemployment Contribution should be 'No Contribution'
2529: -- when Unemployment Contribution End Reason has been specified
2530: hr_utility.set_message(801,'PAY_375846_CONTRI_TYPE_REQD');
2531: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','UNEMPLOYMENT_CONTRIBUTION'));
2532: hr_utility.raise_error;
2533: end if;
2534:
2535:

Line 2544: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','UNEMPLOYMENT_CONTRIBUTION'));

2540:
2541: if p_unemployment_contribution = 'N' and
2542: pay_psd_shd.g_old_rec.unemployment_contribution = 'N' then
2543: hr_utility.set_message(801,'PAY_375847_INCORREC_END_REASON');
2544: hr_utility.set_message_token('TYPE',hr_general.decode_lookup('PL_FORM_LABELS','UNEMPLOYMENT_CONTRIBUTION'));
2545: end if;
2546:
2547:
2548: end if;