DBA Data[Home] [Help]

APPS.IGI_EXP_POS_ACTIONS_PKG dependencies on IGI_EXP_POS_ACTIONS_S1

Line 312: SELECT igi_exp_pos_actions_s1.NEXTVAL

308: fnd_message.set_name ('FND', 'SYSTEM-INVALID ARGS');
309: app_exception.raise_exception;
310: END IF;
311:
312: SELECT igi_exp_pos_actions_s1.NEXTVAL
313:
314: INTO x_pos_action_id
315: FROM dual;
316: