DBA Data[Home] [Help]

APPS.PER_DIS_UPD dependencies on PER_DISABILITIES_F

Line 78: (p_base_table_name => 'per_disabilities_f'

74: -- version number.
75: --
76: p_rec.object_version_number :=
77: dt_api.get_object_version_number
78: (p_base_table_name => 'per_disabilities_f'
79: ,p_base_key_column => 'disability_id'
80: ,p_base_key_value => p_rec.disability_id
81: );
82: --

Line 85: -- Update the per_disabilities_f Row

81: );
82: --
83: --
84: --
85: -- Update the per_disabilities_f Row
86: --
87: update per_disabilities_f
88: set
89: disability_id = p_rec.disability_id

Line 87: update per_disabilities_f

83: --
84: --
85: -- Update the per_disabilities_f Row
86: --
87: update per_disabilities_f
88: set
89: disability_id = p_rec.disability_id
90: ,person_id = p_rec.person_id
91: ,incident_id = p_rec.incident_id

Line 784: (p_module_name => 'PER_DISABILITIES_F'

780: --
781: when hr_api.cannot_find_prog_unit then
782: --
783: hr_api.cannot_find_prog_unit_error
784: (p_module_name => 'PER_DISABILITIES_F'
785: ,p_hook_type => 'AU');
786: --
787: end;
788: --