DBA Data[Home] [Help]

APPS.OTA_TPL_BUS dependencies on HR_UTILITY

Line 54: hr_utility.set_location('Entering:'||l_proc, 5);

50: l_proc varchar2(72) := g_package||'constraint_error2';
51: --
52: Begin
53: --
54: hr_utility.set_location('Entering:'||l_proc, 5);
55: --
56: if p_constraint_name = 'flag_must_be_populated' then
57: fnd_message.set_name('OTA','OTA_13567_TPL_DEFAULT_FLAG');
58: elsif p_constraint_name = 'tpl_name_and_date_is_mandatory' then

Line 100: hr_utility.set_location(' Leaving:'||l_proc, 10);

96: End If;
97: --
98: fnd_message.raise_error;
99: --
100: hr_utility.set_location(' Leaving:'||l_proc, 10);
101:
102: End constraint_error2;
103: --==============================================================================
104: --=============================================================================

Line 1020: hr_utility.set_location('Entering:'||l_proc, 5);

1016: --
1017: l_proc varchar2(72) := g_package||'insert_validate';
1018: --
1019: Begin
1020: hr_utility.set_location('Entering:'||l_proc, 5);
1021: --
1022: -- Call all supporting business operations
1023: insert_validate2(p_rec);
1024: --

Line 1027: hr_utility.set_location(' Leaving:'||l_proc, 10);

1023: insert_validate2(p_rec);
1024: --
1025: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp
1026: --
1027: hr_utility.set_location(' Leaving:'||l_proc, 10);
1028: End insert_validate;
1029: --
1030: -- ----------------------------------------------------------------------------
1031: -- |---------------------------< update_validate >----------------------------|

Line 1038: hr_utility.set_location('Entering:'||l_proc, 5);

1034: --
1035: l_proc varchar2(72) := g_package||'update_validate';
1036: --
1037: Begin
1038: hr_utility.set_location('Entering:'||l_proc, 5);
1039: --
1040: -- Call all supporting business operations
1041: update_validate2(p_rec);
1042: --

Line 1045: hr_utility.set_location(' Leaving:'||l_proc, 10);

1041: update_validate2(p_rec);
1042: --
1043: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp
1044: --
1045: hr_utility.set_location(' Leaving:'||l_proc, 10);
1046: End update_validate;
1047: --
1048: -- ----------------------------------------------------------------------------
1049: -- |---------------------------< delete_validate >----------------------------|

Line 1056: hr_utility.set_location('Entering:'||l_proc, 5);

1052: --
1053: l_proc varchar2(72) := g_package||'delete_validate';
1054: --
1055: Begin
1056: hr_utility.set_location('Entering:'||l_proc, 5);
1057: --
1058: -- Call all supporting business operations
1059: delete_validate2(p_rec);
1060: --

Line 1061: hr_utility.set_location(' Leaving:'||l_proc, 10);

1057: --
1058: -- Call all supporting business operations
1059: delete_validate2(p_rec);
1060: --
1061: hr_utility.set_location(' Leaving:'||l_proc, 10);
1062: End delete_validate;
1063: --
1064: end ota_tpl_bus;