DBA Data[Home] [Help]

APPS.WIP_WS_PTPKPI_PK dependencies on FND_MESSAGE

Line 93: fnd_message.set_name('WIP','NO_PTPKPI_PREF_EXISTS');

89:
90:
91: If l_pref_exists = 'N' then
92: wip_ws_util.trace_log(' No Preference exists for this organization');
93: fnd_message.set_name('WIP','NO_PTPKPI_PREF_EXISTS');
94: raise FND_API.G_EXC_ERROR;
95: End if;
96:
97: