DBA Data[Home] [Help]

APPS.SSP_STP_BUS dependencies on HR_UTILITY

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

50: --
51: l_withholding_reason csr_withholding_reason%rowtype;
52: --
53: begin
54: hr_utility.set_location('Entering:'||l_proc, 5);
55: --
56: if p_rec.withhold_to is not null then
57: --
58: -- Check that a withhold_to date is allowed

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

90: --
91: l_proc varchar2(72) := g_package||'insert_validate';
92: --
93: Begin
94: hr_utility.set_location('Entering:'||l_proc, 5);
95: --
96: -- Call all supporting business operations
97: --
98: chk_permanent_stoppage (p_rec);

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

97: --
98: chk_permanent_stoppage (p_rec);
99: --
100: --
101: hr_utility.set_location(' Leaving:'||l_proc, 10);
102: End insert_validate;
103: --
104: -- ----------------------------------------------------------------------------
105: -- |---------------------------< update_validate >----------------------------|

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

108: --
109: l_proc varchar2(72) := g_package||'update_validate';
110: --
111: Begin
112: hr_utility.set_location('Entering:'||l_proc, 5);
113: --
114: -- Call all supporting business operations
115: --
116: chk_permanent_stoppage (p_rec);

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

115: --
116: chk_permanent_stoppage (p_rec);
117: --
118: --
119: hr_utility.set_location(' Leaving:'||l_proc, 10);
120: End update_validate;
121: --
122: -- ----------------------------------------------------------------------------
123: -- |---------------------------< delete_validate >----------------------------|

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

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

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

130: hr_utility.set_location('Entering:'||l_proc, 5);
131: --
132: -- Call all supporting business operations
133: --
134: hr_utility.set_location(' Leaving:'||l_proc, 10);
135: End delete_validate;
136: --
137: end ssp_stp_bus;