DBA Data[Home] [Help]

APPS.PSP_POA_DEL dependencies on PSP_ORGANIZATION_ACCOUNTS

Line 62: -- Delete the psp_organization_accounts row.

58: hr_utility.set_location('Entering:'||l_proc, 5);
59: --
60: psp_poa_shd.g_api_dml := true; -- Set the api dml status
61: --
62: -- Delete the psp_organization_accounts row.
63: --
64: delete from psp_organization_accounts
65: where organization_account_id = p_rec.organization_account_id;
66: --

Line 64: delete from psp_organization_accounts

60: psp_poa_shd.g_api_dml := true; -- Set the api dml status
61: --
62: -- Delete the psp_organization_accounts row.
63: --
64: delete from psp_organization_accounts
65: where organization_account_id = p_rec.organization_account_id;
66: --
67: psp_poa_shd.g_api_dml := false; -- Unset the api dml status
68: --

Line 240: (p_module_name => 'PSP_ORGANIZATION_ACCOUNTS'

236: --
237: when hr_api.cannot_find_prog_unit then
238: --
239: hr_api.cannot_find_prog_unit_error
240: (p_module_name => 'PSP_ORGANIZATION_ACCOUNTS'
241: ,p_hook_type => 'AD');
242: --
243: end;
244: --