DBA Data[Home] [Help]

APPS.PQH_FYN_BUS dependencies on PQH_FYN_SHD

Line 46: l_api_updating := pqh_fyn_shd.api_updating

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

Line 52: <> pqh_fyn_shd.g_old_rec.fyi_notified_id) then

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

Line 56: pqh_fyn_shd.constraint_error('PQH_FYI_NOTIFY_PK');

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

Line 66: pqh_fyn_shd.constraint_error('PQH_FYI_NOTIFY_PK');

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

Line 118: l_api_updating := pqh_fyn_shd.api_updating

114: Begin
115: --
116: hr_utility.set_location('Entering:'||l_proc,5);
117: --
118: l_api_updating := pqh_fyn_shd.api_updating
119: (p_fyi_notified_id => p_fyi_notified_id,
120: p_object_version_number => p_object_version_number);
121: --
122: if (l_api_updating

Line 124: <> nvl(pqh_fyn_shd.g_old_rec.transaction_category_id,hr_api.g_number)

120: p_object_version_number => p_object_version_number);
121: --
122: if (l_api_updating
123: and nvl(p_transaction_category_id,hr_api.g_number)
124: <> nvl(pqh_fyn_shd.g_old_rec.transaction_category_id,hr_api.g_number)
125: or not l_api_updating) then
126: --
127: -- check if transaction_category_id value exists in pqh_transaction_categories table
128: --

Line 139: pqh_fyn_shd.constraint_error('PQH_FYI_NOTIFY_FK1');

135: --
136: -- raise error as FK does not relate to PK in pqh_transaction_categories
137: -- table.
138: --
139: pqh_fyn_shd.constraint_error('PQH_FYI_NOTIFY_FK1');
140: --
141: end if;
142: --
143: close c1;

Line 189: l_api_updating := pqh_fyn_shd.api_updating

185: Begin
186: --
187: hr_utility.set_location('Entering:'||l_proc, 5);
188: --
189: l_api_updating := pqh_fyn_shd.api_updating
190: (p_fyi_notified_id => p_fyi_notified_id,
191: p_object_version_number => p_object_version_number);
192: --
193: if (l_api_updating

Line 195: <> nvl(pqh_fyn_shd.g_old_rec.notified_type_cd,hr_api.g_varchar2)

191: p_object_version_number => p_object_version_number);
192: --
193: if (l_api_updating
194: and p_notified_type_cd
195: <> nvl(pqh_fyn_shd.g_old_rec.notified_type_cd,hr_api.g_varchar2)
196: or not l_api_updating) then
197: --
198: -- check if value of lookup falls within lookup type.
199: --

Line 258: l_api_updating := pqh_fyn_shd.api_updating

254: Begin
255: --
256: hr_utility.set_location('Entering:'||l_proc, 5);
257: --
258: l_api_updating := pqh_fyn_shd.api_updating
259: (p_fyi_notified_id => p_fyi_notified_id,
260: p_object_version_number => p_object_version_number);
261: --
262: if (l_api_updating

Line 264: <> nvl(pqh_fyn_shd.g_old_rec.notification_event_cd,hr_api.g_varchar2)

260: p_object_version_number => p_object_version_number);
261: --
262: if (l_api_updating
263: and p_notification_event_cd
264: <> nvl(pqh_fyn_shd.g_old_rec.notification_event_cd,hr_api.g_varchar2)
265: or not l_api_updating) then
266: --
267: -- check if value of lookup falls within lookup type.
268: --

Line 380: Procedure insert_validate(p_rec in pqh_fyn_shd.g_rec_type

376: --
377: -- ----------------------------------------------------------------------------
378: -- |---------------------------< insert_validate >----------------------------|
379: -- ----------------------------------------------------------------------------
380: Procedure insert_validate(p_rec in pqh_fyn_shd.g_rec_type
381: ,p_effective_date in date) is
382: --
383: l_proc varchar2(72) := g_package||'insert_validate';
384: --

Line 426: Procedure update_validate(p_rec in pqh_fyn_shd.g_rec_type

422: --
423: -- ----------------------------------------------------------------------------
424: -- |---------------------------< update_validate >----------------------------|
425: -- ----------------------------------------------------------------------------
426: Procedure update_validate(p_rec in pqh_fyn_shd.g_rec_type
427: ,p_effective_date in date) is
428: --
429: l_proc varchar2(72) := g_package||'update_validate';
430: --

Line 472: Procedure delete_validate(p_rec in pqh_fyn_shd.g_rec_type

468: --
469: -- ----------------------------------------------------------------------------
470: -- |---------------------------< delete_validate >----------------------------|
471: -- ----------------------------------------------------------------------------
472: Procedure delete_validate(p_rec in pqh_fyn_shd.g_rec_type
473: ,p_effective_date in date) is
474: --
475: l_proc varchar2(72) := g_package||'delete_validate';
476: --