DBA Data[Home] [Help]

APPS.GMO_CBR_GRP dependencies on GMO_SETUP_GRP

Line 123: if GMO_SETUP_GRP.IS_GMO_ENABLED = GMO_CONSTANTS_GRP.YES THEN

119: l_CBR_EVENT_SUBCRIPTIONS_REC CBR_EVENT_SUBCRIPTIONS%ROWTYPE;
120: BEGIN
121:
122: if (fnd_profile.defined('GMO_ENABLED_FLAG')) THEN
123: if GMO_SETUP_GRP.IS_GMO_ENABLED = GMO_CONSTANTS_GRP.YES THEN
124: fnd_file.put_line(fnd_file.output, fnd_message.get_string('GMO', 'GMO_IS_ENABLED_START_PROCESS') );
125: fnd_file.new_line(fnd_file.output, 1);
126:
127: OPEN CBR_EVENTS;