DBA Data[Home] [Help]

APPS.JAI_OM_WDD_TRIGGER_PKG dependencies on FND_GLOBAL

Line 1011: value => 'Exception Occured in ' || ' Object = ja_in_wsh_dlry_au_rel_stat_trg'||fnd_global.local_chr(10)||SQLERRM /* added SQLERRM for bug#5686360*/

1007: name => 'JAI_ERR_DESC'
1008: );
1009:
1010: fnd_message.set_token ( token => 'JAI_ERROR_DESCRIPTION',
1011: value => 'Exception Occured in ' || ' Object = ja_in_wsh_dlry_au_rel_stat_trg'||fnd_global.local_chr(10)||SQLERRM /* added SQLERRM for bug#5686360*/
1012: );
1013:
1014: app_exception.raise_exception;
1015: /* end of Bug#5631784 */