DBA Data[Home] [Help]

APPS.PSP_POA_UPD dependencies on PSP_ORGANIZATION_ACCOUNTS

Line 68: -- Update the psp_organization_accounts Row

64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: psp_poa_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the psp_organization_accounts Row
69: --
70: update psp_organization_accounts
71: set
72: organization_account_id = p_rec.organization_account_id

Line 70: update psp_organization_accounts

66: psp_poa_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the psp_organization_accounts Row
69: --
70: update psp_organization_accounts
71: set
72: organization_account_id = p_rec.organization_account_id
73: ,gl_code_combination_id = p_rec.gl_code_combination_id
74: ,project_id = p_rec.project_id

Line 361: (p_module_name => 'PSP_ORGANIZATION_ACCOUNTS'

357: --
358: when hr_api.cannot_find_prog_unit then
359: --
360: hr_api.cannot_find_prog_unit_error
361: (p_module_name => 'PSP_ORGANIZATION_ACCOUNTS'
362: ,p_hook_type => 'AU');
363: --
364: end;
365: --