DBA Data[Home] [Help]

APPS.ENG_WORKFLOW_PUB dependencies on FND_MESSAGE

Line 1825: wf_core.raise(FND_MESSAGE.get_string('ENG','ENG_COMMENT_IS_REQUIRED'));

1821:
1822: -- Use WF_CORE API to raise a translated error message back to the
1823: -- notification page
1824: if (l_attr_value is null) then
1825: wf_core.raise(FND_MESSAGE.get_string('ENG','ENG_COMMENT_IS_REQUIRED'));
1826: end if;
1827: end if;
1828:
1829: --