DBA Data[Home] [Help]

APPS.PAY_PWO_BUS dependencies on PAY_PWO_SHD

Line 46: l_api_updating := pay_pwo_shd.api_updating

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

Line 52: <> pay_pwo_shd.g_old_rec.occupation_id) then

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

Line 56: pay_pwo_shd.constraint_error('PAY_WCI_OCCUPATIONS_PK');

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

Line 66: pay_pwo_shd.constraint_error('PAY_WCI_OCCUPATIONS_PK');

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

Line 129: Procedure insert_validate(p_rec in pay_pwo_shd.g_rec_type) is

125: END chk_job_group;
126: -- ----------------------------------------------------------------------------
127: -- |---------------------------< insert_validate >----------------------------|
128: -- ----------------------------------------------------------------------------
129: Procedure insert_validate(p_rec in pay_pwo_shd.g_rec_type) is
130: --
131: l_proc varchar2(72) := g_package||'insert_validate';
132: --
133: Begin

Line 163: Procedure update_validate(p_rec in pay_pwo_shd.g_rec_type) is

159: --
160: -- ----------------------------------------------------------------------------
161: -- |---------------------------< update_validate >----------------------------|
162: -- ----------------------------------------------------------------------------
163: Procedure update_validate(p_rec in pay_pwo_shd.g_rec_type) is
164: --
165: l_proc varchar2(72) := g_package||'update_validate';
166: --
167: Begin

Line 184: Procedure delete_validate(p_rec in pay_pwo_shd.g_rec_type) is

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