DBA Data[Home] [Help]

APPS.FF_FFN_UPD dependencies on FF_FUNCTIONS

Line 68: -- Update the ff_functions Row

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

Line 70: update ff_functions

66: ff_ffn_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the ff_functions Row
69: --
70: update ff_functions
71: set
72: class = p_rec.class
73: ,name = p_rec.name
74: ,alias_name = p_rec.alias_name

Line 221: (p_module_name => 'FF_FUNCTIONS'

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