DBA Data[Home] [Help]

APPS.PQH_ETM_UPD dependencies on PQH_DE_ENT_MINUTES

Line 68: -- Update the pqh_de_ent_minutes Row

64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: --
67: --
68: -- Update the pqh_de_ent_minutes Row
69: --
70: update pqh_de_ent_minutes
71: set
72: ent_minutes_id = p_rec.ent_minutes_id

Line 70: update pqh_de_ent_minutes

66: --
67: --
68: -- Update the pqh_de_ent_minutes Row
69: --
70: update pqh_de_ent_minutes
71: set
72: ent_minutes_id = p_rec.ent_minutes_id
73: ,description = p_rec.description
74: ,ent_minutes_cd = p_rec.ent_minutes_cd

Line 223: (p_module_name => 'PQH_DE_ENT_MINUTES'

219: --
220: when hr_api.cannot_find_prog_unit then
221: --
222: hr_api.cannot_find_prog_unit_error
223: (p_module_name => 'PQH_DE_ENT_MINUTES'
224: ,p_hook_type => 'AU');
225: --
226: end;
227: --