DBA Data[Home] [Help]

APPS.PQH_ATL_BUS dependencies on HR_UTILITY

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

40: l_api_updating boolean;
41: --
42: Begin
43: --
44: hr_utility.set_location('Entering:'||l_proc, 5);
45: --
46: l_api_updating := pqh_atl_shd.api_updating
47: (p_attribute_id => p_attribute_id,
48: p_language => p_language);

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

68: end if;
69: --
70: end if;
71: --
72: hr_utility.set_location('Leaving:'||l_proc, 10);
73: --
74: End chk_attribute_id;
75: --
76: -- ----------------------------------------------------------------------------

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

80: --
81: l_proc varchar2(72) := g_package||'insert_validate';
82: --
83: Begin
84: hr_utility.set_location('Entering:'||l_proc, 5);
85: --
86: -- Call all supporting business operations
87: --
88: chk_attribute_id

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

90: p_language => p_rec.language);
91: --
92: --
93: --
94: hr_utility.set_location(' Leaving:'||l_proc, 10);
95: End insert_validate;
96: --
97: -- ----------------------------------------------------------------------------
98: -- |---------------------------< update_validate >----------------------------|

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

101: --
102: l_proc varchar2(72) := g_package||'update_validate';
103: --
104: Begin
105: hr_utility.set_location('Entering:'||l_proc, 5);
106: --
107: -- Call all supporting business operations
108: --
109: chk_attribute_id

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

111: p_language => p_rec.language);
112: --
113: --
114: --
115: hr_utility.set_location(' Leaving:'||l_proc, 10);
116: End update_validate;
117: --
118: -- ----------------------------------------------------------------------------
119: -- |---------------------------< delete_validate >----------------------------|

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

122: --
123: l_proc varchar2(72) := g_package||'delete_validate';
124: --
125: Begin
126: hr_utility.set_location('Entering:'||l_proc, 5);
127: --
128: -- Call all supporting business operations
129: --
130: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

126: hr_utility.set_location('Entering:'||l_proc, 5);
127: --
128: -- Call all supporting business operations
129: --
130: hr_utility.set_location(' Leaving:'||l_proc, 10);
131: End delete_validate;
132: --
133: end pqh_atl_bus;