DBA Data[Home] [Help]

APPS.FF_FFP_UPD dependencies on FF_FUNCTION_PARAMETERS

Line 68: -- Update the ff_function_parameters Row

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

Line 70: update ff_function_parameters

66: ff_ffp_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the ff_function_parameters Row
69: --
70: update ff_function_parameters
71: set
72: function_id = p_rec.function_id
73: ,sequence_number = p_rec.sequence_number
74: ,class = p_rec.class

Line 232: (p_module_name => 'FF_FUNCTION_PARAMETERS'

228: --
229: when hr_api.cannot_find_prog_unit then
230: --
231: hr_api.cannot_find_prog_unit_error
232: (p_module_name => 'FF_FUNCTION_PARAMETERS'
233: ,p_hook_type => 'AU');
234: --
235: end;
236: --