DBA Data[Home] [Help]

APPS.PQH_CTL_BUS dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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