DBA Data[Home] [Help]

APPS.PQH_BGM_BUS dependencies on PQH_BGM_SHD

Line 46: l_api_updating := pqh_bgm_shd.api_updating

42: Begin
43: --
44: hr_utility.set_location('Entering:'||l_proc, 5);
45: --
46: l_api_updating := pqh_bgm_shd.api_updating
47: (p_budget_gl_flex_map_id => p_budget_gl_flex_map_id,
48: p_object_version_number => p_object_version_number);
49: --
50: if (l_api_updating

Line 52: <> pqh_bgm_shd.g_old_rec.budget_gl_flex_map_id) then

48: p_object_version_number => p_object_version_number);
49: --
50: if (l_api_updating
51: and nvl(p_budget_gl_flex_map_id,hr_api.g_number)
52: <> pqh_bgm_shd.g_old_rec.budget_gl_flex_map_id) then
53: --
54: -- raise error as PK has changed
55: --
56: pqh_bgm_shd.constraint_error('PQH_BUDGET_GL_FLEX_MAPS_PK');

Line 56: pqh_bgm_shd.constraint_error('PQH_BUDGET_GL_FLEX_MAPS_PK');

52: <> pqh_bgm_shd.g_old_rec.budget_gl_flex_map_id) then
53: --
54: -- raise error as PK has changed
55: --
56: pqh_bgm_shd.constraint_error('PQH_BUDGET_GL_FLEX_MAPS_PK');
57: --
58: elsif not l_api_updating then
59: --
60: -- check if PK is null

Line 66: pqh_bgm_shd.constraint_error('PQH_BUDGET_GL_FLEX_MAPS_PK');

62: if p_budget_gl_flex_map_id is not null then
63: --
64: -- raise error as PK is not null
65: --
66: pqh_bgm_shd.constraint_error('PQH_BUDGET_GL_FLEX_MAPS_PK');
67: --
68: end if;
69: --
70: end if;

Line 156: Procedure insert_validate(p_rec in pqh_bgm_shd.g_rec_type) is

152: --
153: -- ----------------------------------------------------------------------------
154: -- |---------------------------< insert_validate >----------------------------|
155: -- ----------------------------------------------------------------------------
156: Procedure insert_validate(p_rec in pqh_bgm_shd.g_rec_type) is
157: --
158: l_proc varchar2(72) := g_package||'insert_validate';
159: --
160: Begin

Line 183: Procedure update_validate(p_rec in pqh_bgm_shd.g_rec_type) is

179: --
180: -- ----------------------------------------------------------------------------
181: -- |---------------------------< update_validate >----------------------------|
182: -- ----------------------------------------------------------------------------
183: Procedure update_validate(p_rec in pqh_bgm_shd.g_rec_type) is
184: --
185: l_proc varchar2(72) := g_package||'update_validate';
186: --
187: Begin

Line 215: Procedure delete_validate(p_rec in pqh_bgm_shd.g_rec_type) is

211: --
212: -- ----------------------------------------------------------------------------
213: -- |---------------------------< delete_validate >----------------------------|
214: -- ----------------------------------------------------------------------------
215: Procedure delete_validate(p_rec in pqh_bgm_shd.g_rec_type) is
216: --
217: l_proc varchar2(72) := g_package||'delete_validate';
218: --
219: Begin