DBA Data[Home] [Help]

APPS.AME_ACA_UPD dependencies on AME_CALLING_APPS

Line 83: -- Update the ame_calling_apps Row

79: );
80: --
81: --
82: --
83: -- Update the ame_calling_apps Row
84: --
85: update ame_calling_apps
86: set
87: fnd_application_id = p_rec.fnd_application_id

Line 85: update ame_calling_apps

81: --
82: --
83: -- Update the ame_calling_apps Row
84: --
85: update ame_calling_apps
86: set
87: fnd_application_id = p_rec.fnd_application_id
88: ,application_name = p_rec.application_name
89: ,transaction_type_id = p_rec.transaction_type_id

Line 427: (p_module_name => 'AME_CALLING_APPS'

423: --
424: when hr_api.cannot_find_prog_unit then
425: --
426: hr_api.cannot_find_prog_unit_error
427: (p_module_name => 'AME_CALLING_APPS'
428: ,p_hook_type => 'AU');
429: --
430: end;
431: --