DBA Data[Home] [Help]

APPS.FF_FGL_UPD dependencies on FF_GLOBALS_F

Line 78: (p_base_table_name => 'ff_globals_f'

74: -- version number.
75: --
76: p_rec.object_version_number :=
77: dt_api.get_object_version_number
78: (p_base_table_name => 'ff_globals_f'
79: ,p_base_key_column => 'global_id'
80: ,p_base_key_value => p_rec.global_id
81: );
82: --

Line 85: -- Update the ff_globals_f Row

81: );
82: --
83: ff_fgl_shd.g_api_dml := true; -- Set the api dml status
84: --
85: -- Update the ff_globals_f Row
86: --
87: update ff_globals_f
88: set
89: global_id = p_rec.global_id

Line 87: update ff_globals_f

83: ff_fgl_shd.g_api_dml := true; -- Set the api dml status
84: --
85: -- Update the ff_globals_f Row
86: --
87: update ff_globals_f
88: set
89: global_id = p_rec.global_id
90: ,business_group_id = p_rec.business_group_id
91: ,legislation_code = p_rec.legislation_code

Line 435: (p_module_name => 'FF_GLOBALS_F'

431: --
432: when hr_api.cannot_find_prog_unit then
433: --
434: hr_api.cannot_find_prog_unit_error
435: (p_module_name => 'FF_GLOBALS_F'
436: ,p_hook_type => 'AU');
437: --
438: end;
439: --