DBA Data[Home] [Help]

APPS.EGO_EXT_FWK_PUB dependencies on EGO_ACTIONS_S

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

10521: IF FND_API.To_Boolean(p_init_msg_list) THEN
10522: FND_MSG_PUB.Initialize;
10523: END IF;
10524:
10525: SELECT EGO_ACTIONS_S.NEXTVAL INTO x_action_id FROM DUAL;
10526:
10527: -- Ensure created action's name or sequence number do not
10528: -- match those of an action already associated with the
10529: -- classification/attribute pair.