DBA Data[Home] [Help]

APPS.EGO_EXT_FWK_PUB dependencies on EGO_ACTIONS_S

Line 11495: SELECT EGO_ACTIONS_S.NEXTVAL INTO x_action_id FROM DUAL;

11491: IF FND_API.To_Boolean(p_init_msg_list) THEN
11492: FND_MSG_PUB.Initialize;
11493: END IF;
11494:
11495: SELECT EGO_ACTIONS_S.NEXTVAL INTO x_action_id FROM DUAL;
11496:
11497: -- Ensure created action's name or sequence number do not
11498: -- match those of an action already associated with the
11499: -- classification/attribute pair.