DBA Data[Home] [Help]

APPS.PQP_GDS_UPD dependencies on PQP_GAP_DURATION_SUMMARY

Line 68: -- Update the pqp_gap_duration_summary Row

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

Line 70: update pqp_gap_duration_summary

66: pqp_gds_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the pqp_gap_duration_summary Row
69: --
70: update pqp_gap_duration_summary
71: set
72: gap_duration_summary_id = p_rec.gap_duration_summary_id
73: ,assignment_id = p_rec.assignment_id
74: ,gap_absence_plan_id = p_rec.gap_absence_plan_id

Line 241: (p_module_name => 'PQP_GAP_DURATION_SUMMARY'

237: --
238: when hr_api.cannot_find_prog_unit then
239: --
240: hr_api.cannot_find_prog_unit_error
241: (p_module_name => 'PQP_GAP_DURATION_SUMMARY'
242: ,p_hook_type => 'AU');
243: --
244: end;
245: --