DBA Data[Home] [Help]

APPS.PAY_PWA_BUS dependencies on PAY_PWA_SHD

Line 46: l_api_updating := pay_pwa_shd.api_updating

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

Line 52: <> pay_pwa_shd.g_old_rec.account_id) then

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

Line 56: pay_pwa_shd.constraint_error('PAY_WCI_ACCOUNTS_PK');

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

Line 66: pay_pwa_shd.constraint_error('PAY_WCI_ACCOUNTS_PK');

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

Line 79: Procedure insert_validate(p_rec in pay_pwa_shd.g_rec_type) is

75: --
76: -- ----------------------------------------------------------------------------
77: -- |---------------------------< insert_validate >----------------------------|
78: -- ----------------------------------------------------------------------------
79: Procedure insert_validate(p_rec in pay_pwa_shd.g_rec_type) is
80: --
81: l_proc varchar2(72) := g_package||'insert_validate';
82: --
83: Begin

Line 100: Procedure update_validate(p_rec in pay_pwa_shd.g_rec_type) is

96: --
97: -- ----------------------------------------------------------------------------
98: -- |---------------------------< update_validate >----------------------------|
99: -- ----------------------------------------------------------------------------
100: Procedure update_validate(p_rec in pay_pwa_shd.g_rec_type) is
101: --
102: l_proc varchar2(72) := g_package||'update_validate';
103: --
104: Begin

Line 121: Procedure delete_validate(p_rec in pay_pwa_shd.g_rec_type) is

117: --
118: -- ----------------------------------------------------------------------------
119: -- |---------------------------< delete_validate >----------------------------|
120: -- ----------------------------------------------------------------------------
121: Procedure delete_validate(p_rec in pay_pwa_shd.g_rec_type) is
122: --
123: l_proc varchar2(72) := g_package||'delete_validate';
124: --
125: Begin