DBA Data[Home] [Help]

APPS.PQH_FYN_UPD dependencies on PQH_FYI_NOTIFY

Line 60: -- Update the pqh_fyi_notify Row

56: --
57: p_rec.object_version_number := p_rec.object_version_number + 1;
58: --
59: --
60: -- Update the pqh_fyi_notify Row
61: --
62: update pqh_fyi_notify
63: set
64: fyi_notified_id = p_rec.fyi_notified_id,

Line 62: update pqh_fyi_notify

58: --
59: --
60: -- Update the pqh_fyi_notify Row
61: --
62: update pqh_fyi_notify
63: set
64: fyi_notified_id = p_rec.fyi_notified_id,
65: transaction_category_id = p_rec.transaction_category_id,
66: transaction_id = p_rec.transaction_id,

Line 209: (p_module_name => 'pqh_fyi_notify'

205: --
206: when hr_api.cannot_find_prog_unit then
207: --
208: hr_api.cannot_find_prog_unit_error
209: (p_module_name => 'pqh_fyi_notify'
210: ,p_hook_type => 'AU');
211: --
212: end;
213: --