DBA Data[Home] [Help]

APPS.HR_ITP_BUS dependencies on STANDARD

Line 839: -- Must exist in hr_standard_lookups where lookup_type is

835: if (p_alignment is not null) then
836: --
837: hr_utility.set_location(l_proc,40);
838: --
839: -- Must exist in hr_standard_lookups where lookup_type is
840: -- ALIGNMENTS
841: --
842: if hr_api.not_exists_in_hrstanlookups
843: (p_effective_date => p_effective_date

Line 903: -- Must exist in hr_standard_lookups where lookup_type is

899: if (p_bevel is not null) then
900: --
901: hr_utility.set_location(l_proc,40);
902: --
903: -- Must exist in hr_standard_lookups where lookup_type is
904: -- BORDER_BEVELS
905: --
906: if hr_api.not_exists_in_hrstanlookups
907: (p_effective_date => p_effective_date

Line 967: -- Must exist in hr_standard_lookups where lookup_type is

963: if (p_case_restriction is not null) then
964: --
965: hr_utility.set_location(l_proc,40);
966: --
967: -- Must exist in hr_standard_lookups where lookup_type is
968: -- CASE_RESTRICTIONS
969: --
970: if hr_api.not_exists_in_hrstanlookups
971: (p_effective_date => p_effective_date

Line 1031: -- Must exist in hr_standard_lookups where lookup_type is

1027: if (p_enabled is not null) then
1028: --
1029: hr_utility.set_location(l_proc,40);
1030: --
1031: -- Must exist in hr_standard_lookups where lookup_type is
1032: -- PROPERTY_TRUE_OR_FALSE
1033: --
1034: if hr_api.not_exists_in_hrstanlookups
1035: (p_effective_date => p_effective_date

Line 1256: -- Must exist in hr_standard_lookups where lookup_type is

1252: if (p_insert_allowed is not null) then
1253: --
1254: hr_utility.set_location(l_proc,40);
1255: --
1256: -- Must exist in hr_standard_lookups where lookup_type is
1257: -- PROPERTY_TRUE_OR_FALSE
1258: --
1259: if hr_api.not_exists_in_hrstanlookups
1260: (p_effective_date => p_effective_date

Line 1338: -- Must exist in hr_standard_lookups where lookup_type is

1334: if (p_prompt_display_style is not null) then
1335: --
1336: hr_utility.set_location(l_proc,40);
1337: --
1338: -- Must exist in hr_standard_lookups where lookup_type is
1339: -- PROMTP_DISPLAY_STYLES
1340: --
1341: if hr_api.not_exists_in_hrstanlookups
1342: (p_effective_date => p_effective_date

Line 1402: -- Must exist in hr_standard_lookups where lookup_type is

1398: if (p_prompt_edge is not null) then
1399: --
1400: hr_utility.set_location(l_proc,40);
1401: --
1402: -- Must exist in hr_standard_lookups where lookup_type is
1403: -- PROMPT_EDGES
1404: --
1405: if hr_api.not_exists_in_hrstanlookups
1406: (p_effective_date => p_effective_date

Line 1466: -- Must exist in hr_standard_lookups where lookup_type is

1462: if (p_prompt_edge_alignment is not null) then
1463: --
1464: hr_utility.set_location(l_proc,40);
1465: --
1466: -- Must exist in hr_standard_lookups where lookup_type is
1467: -- PROMPT_EDGE_ALIGNMENTS
1468: --
1469: if hr_api.not_exists_in_hrstanlookups
1470: (p_effective_date => p_effective_date

Line 1548: -- Must exist in hr_standard_lookups where lookup_type is

1544: if (p_prompt_text_alignment is not null) then
1545: --
1546: hr_utility.set_location(l_proc,40);
1547: --
1548: -- Must exist in hr_standard_lookups where lookup_type is
1549: -- PROMPT_TEXT_ALIGNMENTS
1550: --
1551: if hr_api.not_exists_in_hrstanlookups
1552: (p_effective_date => p_effective_date

Line 1612: -- Must exist in hr_standard_lookups where lookup_type is

1608: if (p_query_allowed is not null) then
1609: --
1610: hr_utility.set_location(l_proc,40);
1611: --
1612: -- Must exist in hr_standard_lookups where lookup_type is
1613: -- PROPERTY_TRUE_OR_FALSE
1614: --
1615: if hr_api.not_exists_in_hrstanlookups
1616: (p_effective_date => p_effective_date

Line 1676: -- Must exist in hr_standard_lookups where lookup_type is

1672: if (p_required is not null) then
1673: --
1674: hr_utility.set_location(l_proc,40);
1675: --
1676: -- Must exist in hr_standard_lookups where lookup_type is
1677: -- PROPERTY_TRUE_OR_FALSE
1678: --
1679: if hr_api.not_exists_in_hrstanlookups
1680: (p_effective_date => p_effective_date

Line 1740: -- Must exist in hr_standard_lookups where lookup_type is

1736: if (p_update_allowed is not null) then
1737: --
1738: hr_utility.set_location(l_proc,40);
1739: --
1740: -- Must exist in hr_standard_lookups where lookup_type is
1741: -- PROPERTY_TRUE_OR_FALSE
1742: --
1743: if hr_api.not_exists_in_hrstanlookups
1744: (p_effective_date => p_effective_date

Line 1910: -- Must exist in hr_standard_lookups where lookup_type is

1906: if (p_visible is not null) then
1907: --
1908: hr_utility.set_location(l_proc,40);
1909: --
1910: -- Must exist in hr_standard_lookups where lookup_type is
1911: -- PROPERTY_TRUE_OR_FALSE
1912: --
1913: if hr_api.not_exists_in_hrstanlookups
1914: (p_effective_date => p_effective_date

Line 2328: -- No business group context. HR_STANDARD_LOOKUPS used for validation.

2324: Begin
2325: hr_utility.set_location('Entering:'||l_proc, 5);
2326: --
2327: -- Call all supporting business operations
2328: -- No business group context. HR_STANDARD_LOOKUPS used for validation.
2329: --
2330: chk_form_template_and_context
2331: (p_effective_date => p_effective_date
2332: ,p_item_property_id => p_rec.item_property_id

Line 2561: -- No business group context. HR_STANDARD_LOOKUPS used for validation.

2557: Begin
2558: hr_utility.set_location('Entering:'||l_proc, 5);
2559: --
2560: -- Call all supporting business operations
2561: -- No business group context. HR_STANDARD_LOOKUPS used for validation.
2562: --
2563: chk_non_updateable_args
2564: (p_effective_date => p_effective_date
2565: ,p_rec => p_rec