DBA Data[Home] [Help]

APPS.PAY_PWA_BUS dependencies on PAY_WCI_ACCOUNTS

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 146: pay_wci_accounts b

142: --
143: cursor csr_leg_code is
144: select a.legislation_code
145: from per_business_groups a,
146: pay_wci_accounts b
147: where b.account_id = p_account_id
148: and a.business_group_id = b.business_group_id;
149: --
150: -- Declare local variables