DBA Data[Home] [Help]

APPS.IGS_PS_UNIT_LOCATION_PKG dependencies on DUAL

Line 585: Select IGS_PS_UNIT_LOCATION_S.NEXTVAL into x_unit_location_id from dual;

581: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
582: IGS_GE_MSG_STACK.ADD;
583: app_exception.raise_exception;
584: end if;
585: Select IGS_PS_UNIT_LOCATION_S.NEXTVAL into x_unit_location_id from dual;
586:
587: Before_DML(
588: p_action=>'INSERT',
589: x_rowid=>X_ROWID,