DBA Data[Home] [Help]

APPS.PER_PPS_UPD dependencies on PER_PARENT_SPINES

Line 68: -- Update the per_parent_spines Row

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

Line 70: update per_parent_spines

66: per_pps_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the per_parent_spines Row
69: --
70: update per_parent_spines
71: set
72: parent_spine_id = p_rec.parent_spine_id
73: ,business_group_id = p_rec.business_group_id
74: ,name = p_rec.name

Line 513: (p_module_name => 'PER_PARENT_SPINES'

509: --
510: when hr_api.cannot_find_prog_unit then
511: --
512: hr_api.cannot_find_prog_unit_error
513: (p_module_name => 'PER_PARENT_SPINES'
514: ,p_hook_type => 'AU');
515: --
516: end;
517: --