DBA Data[Home] [Help]

APPS.PAY_PWA_UPD dependencies on PAY_WCI_ACCOUNTS

Line 67: -- Update the pay_wci_accounts Row

63: p_rec.object_version_number := p_rec.object_version_number + 1;
64: --
65: pay_pwa_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the pay_wci_accounts Row
68: --
69: update pay_wci_accounts
70: set
71: account_id = p_rec.account_id,

Line 69: update pay_wci_accounts

65: pay_pwa_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the pay_wci_accounts Row
68: --
69: update pay_wci_accounts
70: set
71: account_id = p_rec.account_id,
72: location_id = p_rec.location_id,
73: name = p_rec.name,

Line 214: (p_module_name => 'pay_wci_accounts'

210: --
211: when hr_api.cannot_find_prog_unit then
212: --
213: hr_api.cannot_find_prog_unit_error
214: (p_module_name => 'pay_wci_accounts'
215: ,p_hook_type => 'AU');
216: --
217: end;
218: --