DBA Data[Home] [Help]

APPS.BEN_TCS_STMT_VALID_HRCHY dependencies on FND_MESSAGE

Line 124: fnd_message.raise_error;

120: CLOSE c_stmt_sect;
121: IF NVL (stmt_obj_hrchy.LAST, 0) = 0
122: THEN
123: WRITE('No Section Found ....' );
124: fnd_message.raise_error;
125: END IF;
126: l_number_of_rows := stmt_obj_hrchy.COUNT;
127:
128: WHILE (l_counter <= l_number_of_rows)